
@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 {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
}

footer {
    text-align: right;
    font-size: .9em;
    font-weight: 300;
    font-family: "Permanent Marker", fantasy, serif;
    color: #0c7cb0;
    margin-right: 10%;
}

span {
    font-size: 1.2em;
    font-style: normal;
}

hr {
    height: 8px; 
    background-color: #0c7cb0;
    width: 80%;
}