.body {
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 77px;
  height: 77px;
}

body {
  font-size: 12px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

p {
  font-size: 18px;
}

table {

}

b {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #000000;
}

footer{
  width: 100%;

  text-align: center;
  padding: 30px 0;

  position: absolute;
  bottom: 0;
}
