html, body {
    height: 100%;
    margin: 0;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}
h1 {
    font-size: 3rem;
}