body{
    background: black;
    color: white;
}

h1{
    font-size: 200px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 100px;
}
p{
    display: block;
    text-align: center;
    font-size: 50px;
    color: yellow;
}