body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: black;
}

h1 {
    text-align: center;
}
h2 {
    text-align: center;
    font-weight: lighter;
    color: gray;
}