body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background: #000;
}
h1{
    font-size: 5em;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
footer p{
    width: 100%;
    color: #555555 ;
    font-size: 1em;
    text-align: center;
    margin-top: 100px;
}