@import url(https://db.onlinewebfonts.com/c/5c81010800152b142ea357ccbee8c40e?family=euphemia-ucas);


html,
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  font-size: 1.1rem;
  background-color: #fff;

  font-family: "euphemia-ucas", sans-serif;
}

tr,
td,
th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}



table input,
select {
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type="submit"] {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  line-height: 1.5;
  border-radius: .25rem;
}

input[type="radio"],
input[type="checkbox"] {
  height: 25px;
  width: 25px;
}


h1{
  text-decoration: underline;
}

h2{
  color: #435FCB;
}