@import url('https://fonts.googleapis.com/css2?family=Noticia+Text&family=Titillium+Web:wght@300&display=swap');

body {
    background-color: #F1DBBF;
    font-family: 'Titillium Web', sans-serif;
    color: #444444;
    line-height: 30px;
}


main {
    width: 70%;
    margin: auto;
}

header {
    width: 75%;
    margin: auto;
    font-size: 20px;
}


h1 {
    font-family: 'Noticia Text', serif;
    color: #698269;
    text-decoration: overline;
    font-variant: small-caps;
}


em {
    color: #698269;
}


h2 {
    font-family: 'Noticia Text', serif;
    color: #A55353;
    text-decoration: overline #698269;
    font-variant: small-caps;
}


img {
    width: 200px;
}


strong{
    color: #B16461;
}


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




ul {
  margin-left: 50px;  
}

nav {
    line-height: 40px;
    text-align: left;
    
}


a {
    color: #C4A77B;
}