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

body {
    font-family: 'Playfair Display', serif;
    background-color: #F1DBBF;
}

header {
    width: 50%;
    margin: auto;
    line-height: 35px;
}

main {
    width: 35%;
    margin: auto;
    font-size: 18px;
    line-height: 30px;

}

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

h1 {
    font-size: 45px;
    font-family: 'Monoton', cursive;
    color: #698269;
    text-decoration: overline #698269;
}

h2 {
    font-size: 40px;
    color: #AA5656;
    font-family: 'Monoton', cursive;
    text-decoration: overline #698269;
}

strong {
    color: #AA5656;
}

p {
    color: sans-serif #454545;
}

a {
    color: #D4BB94;
}

em {
    color: #698269;
}

img {
    height: 350px;
}