body {
    background-color: #292831;
    color: #FBBBAD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p {
    font-size: 50px;
    font-family: sans-serif;
    margin-top: 40px;
    font-weight: bold;
    font-style: italic;
}