h1 {
  font-family: fantasy;
  font-style: italic;
  font-size: 60px;
  text-align: center;
}

body {
  background-color: #1565C0;
  text-align: center;
}

body > section {
  color: aliceblue;
  font-family: sans-serif;
}

u {
  text-decoration: none;
  border-bottom: 5px solid;
}

#searchbar {
  width: 90%;
  height: 30%;
  font-size: 200%;
}

.mainBox {
  background-color: #f2f2f2;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  border-radius: 8px;
  border: 1px solid black;
  margin-top: 3%;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 3%;
}

table{
  margin: 0 auto;
  border: 1px solid #dddddd;
}
