body {
    margin: 0;
    background: white;
    color: black;
    font-family: "Times New Roman", Times, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

main {
    text-align: center;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 10px;
}

p {
    font-size: 22px;
}
