body .menu{
  font-size: 50px;
  color: white;
  
}

body .menu a{
    text-decoration: none;
    color: white;
}

body .menu p{
    margin-top: 100px;
    margin-bottom: 100px;
}

body  h1{
    font-size: 150px;
    color: white;
}
body{
    background-color: black;
}

body img{
    margin-top: 300px;
    margin-bottom: 300px;
}