html, body {
    height: 100%;
    font-weight: 100;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
h1 {
    font-weight: 700;
}