@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Open+Sans&display=swap');

body {
    font-size: 13pt;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    background-color: #e1e8f0;
}

header {
    max-width: 960px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
    box-shadow: -3px -3px 5px #906db8b7;
    margin-bottom: 50px;
    margin: auto;
}

main {
    max-width: 960px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
    box-shadow: 2px 2px 5px #906db8b7;
    margin: auto;
    margin-bottom: 50px;
}

footer {
    max-width: 960px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
    box-shadow: -2px -2px 5px  #906db8b7;
    font-size: medium;
    font-variant: small-caps;
    margin: auto;
}

h1 {
    font-family: 'Merriweather', serif;
    color: #906db8;
    font-size: 34pt;
    line-height: 1.5;
}

strong {
    text-shadow: 1px 1px 1px #45e2ddbe;
    font-size: larger;
}

b {
    text-shadow: 1px 1px 1px #60dfdabe;
    font-size: 13pt;
}
 
img {
    width: 960px;
}

li {
   border-bottom: orangered 1px solid; 
}

hr {
    max-width: 1060px;
    height: 10px;
    background-color: #9068be;
    border-top: double 10px #6ed3cf;
    border-bottom: dotted 20px #6ed3cf;
    margin-top: 50px;
    margin-bottom: 50px;
}

a {
    color: #9068be;
}