body{
    background-color: #EEE;
    font-family: "Muli", sans-serif;
}
#container{
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    width: 90vw;
    height: 90vh;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #FFF;
}
header, footer {
    line-height: 5vh;
    text-align: center;
    font-size: 12px;
    padding: 0 2.5vh;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(90vh - 150px);
}
main p {
    font-size: 1rem;
    text-align: center;
    margin-top: 5vh;
    padding: 0 2rem;
    max-width: 60rem;
    line-height: 1.4;
}

svg {
    top: 40px;
}
