
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    font-family:sans-serif;
}

body {
    text-align: left;
    background-color: #F1DBBF
}

h1, h2 {
    font-variant: small-caps;
    text-decoration: overline #729561;
    font-family: 'Poppins', sans-serif;
}

em {
    color: #698269;
}

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

h2, h3 {
    color: #A25252;
}

footer {
     color: #BFA274;
     text-align: right;
}

main {
    width: 55%;
    margin:auto;
    line-height: 25px;
}

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

strong {
    color: #B26562;
}

p, header {
    color: rgb(57, 55, 55);
}

nav {
    text-align: left;
}

a {
    color: #B99B6B;

}

