


@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');




@import url('https://fonts.googleapis.com/css2?family=Whisper&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Explora&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');







figure {
    margin: 0;
    padding: 0;
}

img {
    max-width: 95%;
}



body {
    font-family: "Sorts Mill Goudy", serif;
    text-align: center;
}


body {
    background-color: rgb(34, 61, 70);
}

hr {
    margin-top: 10px;
    margin-bottom:  10px;
    max-width: 210px;       
  
}

.menu a {
    margin: 2%;
}

h1 {
    padding: 5px;
    font-size: 14.5px; 
    font-family: "forum"; 
    font-weight: bold;
    text-align: center;
    color: rgb(250, 236, 216);
    background-color: rgba(251, 251, 251, 0.11);
    border-radius: 50px;
    max-width: 930px;
    width: 95%;
    margin: auto;
    position: relative;      
}


h2 {
    padding: 5px;
    font-size: 14.5px; 
    font-family: "poiret one"; 
    font-weight: bold;
    text-align: center;
    color: rgb(240, 244, 244, 0.8);
    background-color: rgba(251, 251, 251, 0.11);
    border-radius: 50px;
    max-width: 930px;
    width: 95%;
    margin: auto;
    position: relative;   
}


h3 {
    color: rgba(240, 244, 244, 0.8);
    text-align: center;
    font-size: 15px;
    max-width: 95%;
    margin: auto;
    font-family: "poiret one";
    position: relative;
    padding: 10px;
    
    }

h4 {

    color: rgb(117, 136, 112);
    font-family: "teachers";
    font-size: 13.5px;
    

    margin: auto;
    font-weight: normal;
    text-align: center;

    background-color: rgba(251, 251, 251, 0.11);
    padding: 2px;
    border-radius: 50px;
    max-width: 930px;
    width: 95%;
    margin: auto;
    position: relative;

}

h5 {
 
    color: rgb(250, 236, 216);
    text-align: center;
    font-size: 15px;
    max-width: 95%;
    margin: auto;
    font-family: "poiret one", cursive;
    position: relative;
    padding: 10px;
}

h6 {
    color: 240, 244, 244;
    text-align: justify;
    font-size: 13.5px;
    max-width: 700px;
    margin: auto;
    width: 95%;
    font-family: "Poiret One", cursive;
    position: relative;
}



footer {
    position: sticky;
    bottom: 0;
    background-color: rgba(87, 108, 104, 0.699);
    /* background-color: rgba(255, 255, 0, 0.575); */
}

.rodape-interno {
    display: flex;
 
    justify-content: space-around;

  
    /* space-between, space-evenly */
    max-width: 900px;
    margin: auto;
    /* background-color: white; */
}