body {
  background-color: black;
}

#yippee {
  
  background-color: transparent;
  position: absolute;
  float: left;
  top: 150px; left: 60px;
  
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
  text-align: center;
  color: white;
}
