@font-face {
    font-family: 'Stempel Schneidler';
    src: url('fontes/StempelSchneidlerStd-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Stempel Schneidler';
    src: url(fontes/StempelSchneidlerStd-Black.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Stempel Schneidler';
    src: url(fontes/stempelschneidlerstd-roman.otf) format('truetype');
    font-weight: normal;
}

* {

    margin: 0;
    box-sizing: border-box;
}


body {
    background-color: #b9b9b9;
    font-family: 'Stempel Schneidler', serif;
}


h1 {
    color: #4e175c;
    font-size: 100px;
    text-align: center;

    font-weight: 900;

}



h4 {
    color: #4e175c;
    font-size: 50px;

}

h2 {
    color: #4e175c;
    font-size: 30px;

}

p {
    font-size: 25px;
    font-weight: normal;

}

ul {
    font-size: 25px;
}

.imagem {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 50%;

}




.line {
    border: #4e175c;

    height: 5px;
    background-color: #4e175c;
    width: 100%;
    margin-top: auto;

}

#contentor {
    background-color: rgb(105, 82, 146);

    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

#head {
    background-color: beige;

}

#img1 {
    background-color: beige;
    margin-top: 20px;
    margin-bottom: 20px;

}

#historia {
    background-color: #f5f5dc;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

#classi {

    background-color: #f5f5dc;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}





#sobre {
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
}


.line {
    border: #4e175c;

    height: 5px;
    background-color: #4e175c;
    width: 100%;
    margin-top: auto;

}

#footer {
    background-color: beige;
    padding: 20px;

    margin-bottom: 20px;
}

#aplicaflex {
    display: flex;
    align-items: center;
}

#texto {
    width: 60%;
}

.imagem2 {
    width: 100%;
}

#img2 {
    width: 40%;
}

@media (max-width: 500px) {

    #aplicaflex {
        flex-direction: column;
    }

    #texto {
        width: 100%;
    }

    #img2 {
        width: 100%;

    }


    h1 {
        font-size: 25px;
    }

    .classific {
        font-size: 35px;
    }

}