BODY {
  color: #444444;
  background-color: #fef5e4;
  font-family: verdana;
  margin: 0px;
}
#main {
  text-align: center;
  margin-top: 100px;
}
A {
  color: #0153a4;
}
H1 {
  font-size: 16pt;
  margin-bottom: 4px;
}
H2 {
  font-size: 14pt;
  margin-bottom: 4px;
  font-weight: normal;
}
.center {
  display: grid;
  margin: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
