
h1 {
  font-family: 'Pacifico', cursive;
  color: rgb(41, 9, 90);
  font-size: 30px;
  z-index: 1;
}
h2{font-family: 'Pacifico', cursive;
  color: rgb(18, 18, 18);
  font-size: 20px;
  z-index: 1;
}

button{
  
  background: #b2ade7;
  position:fixed;
  width: 50px;
  height: 30px;
  line-height: 30px;
  bottom: 0%;
  
  border-radius: 8px;
  text-align: center;
  box-shadow:4px 4px 4px  #c092f4;
   

  text-align:bottom;
  align-items: baseline;
}
body{
  background-color: rgb(198, 206, 241);
}
table{
  width: 100PX;
  margin: auto;
}

td{text-align: center;
  padding: 10px;
  
}
th{
  align-self: start;
  padding: 10px;

}