body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    font-family: sans-serif;
    background-color: #111110;
    color: white;
}

h2 {
    margin-top: 0px;
}