body {
  margin: auto;
  width: 30%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
  margin-top: -3%;
}
#title {
  color: black;
  text-align: left;
  font-size: 24px;
}
#subtitle {
  text-align: left;
  font-style: oblique;
  margin-top: -3%;
  margin-bottom: 5%;
  font-size: 12px;
  font-style: italic;
}
a {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:visited {
  color: blue;
}
#box {
  border: 1px solid black;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
}
