@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Merriweather:wght@400&display=swap');

* {
    font-size: 15pt;
    line-height: 1.5;
    background-color: rgb(241,219,191);
}


/* header */
h1,h2 {
    text-decoration-line: overline;
    text-decoration-color: rgb(105, 130, 105);
    text-decoration-thickness: 2.5pt;

    font-style: normal;
    font-variant-caps: small-caps;
    font-family: 'Libre Baskerville', serif;
}
h1,em,hr {
    color: rgb(105, 130, 105);
    border-color: rgb(105, 130, 105);
}
h1 {
    font-size: 45pt;
    letter-spacing: 5pt;
}
h2,strong{
    color: rgb(170,86,86);
}
h2 {
    font-size: 30pt;
}

/* elements */
p {
    font-family: 'Merriweather', serif;
    color: rgb(65, 65, 65);
}
img {
    width: 300px;
}

/* parts */
header, main, footer {    
    margin: auto;
}
header {
    font-style: italic;
    color: rgb(81, 81, 81);
    line-height: 1.75;
    width: 65%;
}
main {
    margin: auto;
    width: 55%;
}
footer, a{
    text-align: right;
    color: rgb(205, 172, 107);
    width: 65%;
}
nav {
    text-align: left;
    color: rgb(114, 149, 228);
}

