.cabecera{
    position: fixed;
    top:0;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    justify-content: space-around;
}

a{
    text-decoration: none;
    color: rgb(61, 156, 61);
}