body {
  background-color: #ffff99;
    }
h1 {
    color: red;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
  
.green {
        color: green;
      }
  
.blue {
  color:blue
    }
  
.yellow {
    color: yellow
      }