/* 131200-78bc61-e9806e-7d6f86-fff8f5 */

body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em 2em 0 2em;
    max-width: 960px;
    margin: auto;
    background:#fff8f5;
}

header{
    display: flex;
    justify-content: space-between;
}

footer{
    padding-top: 3em;
}

a{
    color: #78bc61;
}

a:visited{
    color: #E9806E;
}

img{
    max-width: 960px;
}