
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500&display=swap');
  

body {
    background-color: #F1DBBF;

}

* {

    font-family: sans-serif;
    

}

hr {
    color: #465646;
    width: 80%;
    background-color: #465646;

}

h1 {

    color: #698269;
    font-family: sans-serif;
    text-decoration: overline #465646;
    font-variant: unset;
    text-transform: capitalize;
    letter-spacing: 5px;
    text-align: left;
    font-size: 50px;
    font-variant: small-caps;


}

h2 {
    color: #9C4F4F;
    font-family:sans serif;
    text-decoration: overline #465646;
    font-size: 30px;
    letter-spacing: 1px;
    font-variant: small-caps;
    
    
}


strong {
    color: #CA9487;
}


em {
    color: #AF5F5D;
}



main {
    width: 60%;
    margin: auto;
    line-height: 25pt;
}


p {
    font-size: 14pt;
    line-height: 18pt;
    color: rgb(8, 11, 19)
}




footer {
    text-align: right;
    width: 80%;
    margin: auto;
    
}



header {

    text-align: cente;
    font-size: 19px;
    line-height: 30px;
    margin: auto;
    width: 80%;
}

img {
    height: 380%;
}



