


@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Noto+Sans+Display:wght@500&display=swap');



* {
     
    font-family: 'Noto Sans Display', sans-serif;
}

body {
    text-align: left;
}


p, header {
    color:rgb(70, 70, 70);
}

footer {
    text-align: right;
}

hr {
    color:#698269; 
}

h1, h2 {
    font-variant: small-caps;
    text-decoration: overline #698269;
    font-family: 'Noto Sans Display', sans-serif;
}

em {
    color:#698269;
}

h1 {
    color:#698269;
    letter-spacing: 5px;

}

body {
    background-color: #F1DBBF;
}

 h2 {
    color:#AA5656;
   
}

footer {
    color:#B99B6B;
}

strong {
    color:#AA5656;
}

main {
    width: 50%;
    margin: auto; 
    line-height: 27px;
}

header, footer {
    font-size: 15pt;
    width: 60%;
    margin: auto; 
    line-height: 35px;
}

a {
    color:#B99B6B;
}

nav {
    text-align: left;
}


