body {
    max-width: 90%;
    margin: auto;
}
h1 {
    font-size: 5rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center; 
    line-height: 90%; 
    color: white
}
p {
    text-align: center; 
    color: lightgrey
}
strong {
    font-size: 6rem;
}
div {
    text-align: center;
}
body {
    background-color: black;
}