* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-size: 1.5rem; /* 16 pixels padrão de tamanho */
    font-family: 'Bitter', serif;
    }

    html {
    font-size: 62.5%; /* padronizando fonte: 1rem = 10px */
    overflow-x: hidden !important;
    }
    
    body {
    overflow-x: hidden !important;
    }
    

    img {
    max-width: 100%;
    display: block;
    }

    button {
    cursor: pointer;
    }
    