body p {
 
   font-family: "Hevetica", sans-serif;
}
.ee {

  font-size: 20px;
}

.bg {
  background-color: rgba(143, 143, 143, 0.5);
}

h1 {
  background-color: rgb(0,0,0,0.1);

  color: rgb(12,85,58,1);
  font-size: 50px;
}
h2 {

  color: rgb(247,192,64,1);
  font-size: 25px;
}

h3 {

  color: rgb(58,64,224,1);
  font-size: 20px;
 
}
h4 {

  color: rgb(242,77,247,1);
  font-size: 20px;
 
}

