body {
  background-color: lightblue;
    background-image: url("kablam.gif");
        color: white;

}

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

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

.good {
    color:lightskyblue;
    background:white;
    
}