body {
    background-color: black;
    color: white;
}

h1 {
    font-size: 44px;
    margin-bottom: 50px;

    text-align: center;
    color: white;
}

p {
    font-size: 22px;
    color: white;
    text-align: center;
}