* {
  box-sizing: border-box;
  font-family: Poppins, Arial, Helvetica, sans-serif
}

html {
  font-size: 62.5%;
  background: #E0F7FA
}
.clear {
  clear: both;
}
/*header {
  border: 1px solid transparent;
  height: 80px;
  clear: both;
  color: #333333; 
  font-size: 1rem;
}*/

footer {
  width: 100%; 
  height: 100px;
  background: black;
  border: 1px solid transparent;
  color: white;
  padding-top: 1rem;
  margin-top: 10rem;
  
}
a{
  color: white;
  text-decoration: none;
}
section{
  width: 100%;
  height: 250px;
  text-align: center;
  font-size: 1.8rem;
}
.para1{
  font-size: 1.4rem; 
  padding-top: 5rem;
}


input {
  width: 50%;
}
/*h2 {

  margin-left: 40rem;
  font-size: 2rem;
}

.table {
  border: 1px solid transparent;
  height: 180px;
  clear: both;
  background: #85BB65;
  font-size: 4.2rem;

}

.slots {
  border: 1px solid transparent;
  height: 180px;
  background: #006400;
  font-size: 15rem;

}

.eachSlot {
  width: 33.33%;
  float: left;
  color: orange;

}

.bottomButtons {
  border: 1px solid transparent;
  height: 80px;
  background: #006400;


}

.buttons {
  width: 50%;
  float: left;
  height: 80px;
  color: #013220;
  font-size: 4.5rem;
}

@media(max-width: 950px) {

  header {
    font-size: 3rem; 

  }
}*/
