body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: darkslategrey;
  margin-left: 50px;
  margin-right: 50px;
}

h1 {
  font-family: Bad Script, sans-serif;
  font-size: 46px;
  text-align: center;
  line-height: 0;
}

h2 {
  font-family: Bad Script, sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-family: Oswald, sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 0;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.underline-row td {
  text-decoration: underline;
}