html, body {
    height: 100%;
    font-family: url('./fonts/montserrat.woff2');
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header {
    margin-top: auto;
}

h1 {
    font-size: 72px;
    font-weight: 200;
}

.powered-by {
    padding-top: 120px;
    font-size: 24px;
}

.footer {
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
}

.background {
    background-image: url('./images/background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
