body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

h1 {
    margin-bottom: 0.5em;
}

h2 {
    margin-top: 0;
}
