body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

header {
    height: 10%;
    background-color: #D52B1E;
    color: white;
}

#content {
    min-height: 100vh;
    margin-bottom: 100px;
}

.header-image {
    position:relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 60px;
}

.body-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
    width: 300px;
}

footer {
    height: 50px;
    position: fixed;
    bottom: 0;
    margin-top: 3em;
    background-color: #D52B1E;
    color:white;
}

footer a{
    margin-left: 1.5em;
    text-decoration: none;
}
footer a:hover{
    color: lavender;
}