*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

header{
    background:#193577;
    height:8%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 20px;

    position: relative;
    z-index:2;
}


.logo{
    width:60px;
    height:60px;
    border-radius:10px;
    object-fit:contain;
}

nav a{
    color:white;
    text-decoration:none;
    margin-left:20px;
    font-size:18px;
}

#usuario_perfil{
    display: flex;
    align-items: center;
}