* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.tipografia {
    font-family: "Urbanist";
}


.nav-link:hover {
    text-decoration: underline;
}

.a {
    background-color: white;
    color: black;
}

.btn-light:hover {
    background-color: #000 !important;
    color: #fff !important;
}