*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 60.5%;
}
body{
    font-family: 'Open Sans', s
    ans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
h1{
    text-transform: uppercase;
}
h2{
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 5rem;
    text-transform: uppercase;
    line-height: 1.2;
}
h3{
    font-size: 4.5rem;
}
h4{
    font-size: 4rem;
}
h5{
    font-size: 3.5rem;
}
a:focus,
a:active {
    outline: none; /* Remove o contorno padrão do link */
    background-color: transparent; /* Define o fundo como transparente */
}
@media (hover: none) {
    a {
        -webkit-tap-highlight-color: transparent; /* Define a cor de destaque ao tocar como transparente */
    }
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 2rem;
}