
html{
    
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{

    font-family: Poppins, Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--Branco2);
}

a {
    text-decoration: none; 
    color: inherit; 
}