@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');


header img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}

hr {
    width: 80%;
    border-top: 8px solid #333333;
}

footer {
    text-align: right;
    font-family: "Permanent Marker", "Oswald", serif;
    font-size: .9em;
    margin-bottom: 40px;
    margin-right: 10%;
    color: #333333;
}

footer span {
    font-size: 1.3em;
}