.pag-principal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

li{
    font-weight: 500;
    font-size: 40px;
    padding-right: 32px;
    font-family: 'Roboto', sans-serif;
}

a{
    color: white;
    text-decoration: none;
}
