body {
  
  background-image: url('clouds-early.png');
  background-repeat: no-repeat;
  background-size: cover;
  
}

h1 {
  
  background-color: rgba(255, 136, 112, 0.4);
  color: white;
  
}

h2 {
  
  background-color: rgba(255, 167, 112, 0.4);
  color: white;
  
}

h3 {
  
  background-color: rgba(255, 223, 117, 0.4);
  color: white;
  
}


.main {
  
  background-color: rgba(57, 209, 247, 0.4);
  color: white;
  
}

.patience {
  
  background-color: rgba(42, 153, 245, 0.4);
  color: white;
  
}