body {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    overflow: hidden;
}

p {
    margin: 0;
    font-style: italic;
    color: white;
}



h1 {
 font-size: 2rem;
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: white;
}

