html{
    height: 98vh;
}
body {
    background-color: #FFEED3;
    color: #35584A;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    font-family: "Work Sans", sans-serif;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
}

img {
    width: 90%;
    max-width: 600px;
    margin-bottom: 2rem;
    margin-left: -10%;
}


.container {
    padding-top: 24px;
    padding-bottom: 64px;
    width: 100%;
    max-width: 800px;
    text-align: center;
}

h1 {
    font-weight: 300;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 24px;
}


@media only screen and (max-width: 600px) {
    h1 {
        font-size: 28px;
    }
}
