html {
font-family: Helvetica;
display: inline-block;
margin: 0px auto;
text-align: center;
background-color: black;
}
body {
margin-top: 50px;
}
h1 {
color: white;
margin: 50px auto 30px;
}
p {
font-size: 24px;
color: white;
margin-bottom: 10px;
}