body {
    min-height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font: 1em Courier, monospace;
    background-color: #67e683;
}