body {
    height: 100vh;
    font-family: 'Noto Sans';
}
h1, h2 {
    margin: .5rem 0;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}