* {
    margin: 0;
    padding: 0
}

html {
    background: url(under-construction.jpg) center center no-repeat;
    background-size: cover;
    font-size: 15px;
    position: relative;
    min-height: 100%
}

body {
    background: 0 0;
    overflow: hidden
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.75rem;
    font-weight: 400;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase
}

p {
    font-size: 1.5rem;
    text-align: center
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Merriweather, serif;
    height: 50vh
}

footer {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

footer small {
    padding-bottom: 1rem
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh
}
