div {
      font-size:100px;
  
}

.myfirstclass {
      background-color: yellowgreen;
}
.divTwo {
  background-color: red;
}

.divThree {
  background-color: lightblue;
}