@font-face {
    font-family: apricot;
    font-style: normal;
    font-weight: normal;
    src: local('Apricot Regular'), url('/Apricot.woff') format('woff');
}

html {
    font-size: 16px;
    height: 100%;
}

body {
    font-family: serif;
    text-align: center;
    height: 100%;
    margin: 0;
    background-color: #faf9f6;
    color: #545454;
}

h1 {
    font-family: apricot, cursive, serif;
    font-size: 3rem;
    color: #444;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container:before {
    content: ' ';
    flex-grow: 1;
}

.container:after {
    content: ' ';
    flex-grow: 2;
}

.underconstruction {
    margin-top: 16px;
}
