@font-face {
    font-family: Shelley;
    src: url(fontes/ShelleyLTStd-Script.ttf);
    font-weight: normal;
}

/* tirar as margens */

* {
    margin: 0;
    box-sizing:border-box
}





h1 {
    font-family: Shelley, serif;
    font-weight: normal;
    color: #ac0248;
    font-size: 100px;
}

h2 {
    font-family: Shelley, serif;
    font-weight: normal;
    color: #ac0248;
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #6d011c;
    font-weight: normal;
    font-size: 20px;
    margin-top: 20px;
}

h3 {
    font-family: Shelley, serif;
    color: #ff698e;
    font-weight: normal;
    font-size: 35px;
    margin-top: 5px;
}

p {
    font-family: 'Times New Roman', Times, serif;
line-height: 1.5;
    margin-top: 10px;
    color: #6d011c;
    font-size: 20px;

}


img {
    display: block;
    width: 100%;
    
}



/* tenho que ter um div com tudo e que esteja identificado */
#tudo {
    background-color: rgb(253, 208, 208);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

/* depois tenho outro div com nomes distintos se forem id */
/* e um div com um conjunto que são as classes */


#cabeçalho {
    background-color: white;

    border-bottom-style: solid;
    border-color: #6d011c;

    margin-bottom: 20px;
    padding-left: 25px;
    padding-top: 20px;
}

#footer {
    background-color: white;
    border-top-style: solid;
    border-color: #6d011c;
    margin-top: 20px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seccoes {
    background-color: white;
    margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;

}


#imagem1 {
  
    margin-bottom: 30px;
    margin-top: 20px;

}


#logo {
  
    padding-bottom: 20px;
}




#letra {
    
    margin-top: 10px;
   

}




.fim {
    margin-top: 20px;
    display: block;
font-size: 15px;

}

#alfabeto {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}




.sub {
    font-family: Shelley, serif;
    font-weight: normal;
    font-size: 40px;

}


#ul{
color: #6d011c;
margin-bottom: 15px;

}




#aplicaflex {
    display: flex;
    align-items: center;
}

#texto {
    width: 60%;
}


@media (max-width:500px) {

#aplicaflex {

flex-direction: column;
}

#texto {
    width: 100%;

}

#letra{
width: 100%;


}

h1{
font-size: 80px;

}

h2{
line-height: 35px;
font-size: 50px;

}

h3{

line-height: 35px;
font-size: 30px;
}

h4{
font-size: 15px ;

}



}