﻿.container {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 16px;
    text-align: center;
    font-size: 0.5em;
}
