body {
  font-family: Verdana, Geneva, sans-serif;
}
a {
  color: black;
  text-decoration: none;
}
h1 {
  font-size: x-large;
}
a:hover {
  text-decoration: underline;
}
.logo {
  max-width: 35%;
}
.center {
  text-align: center;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mbox {
  width: 600px;
  height: 400px;
  text-align: left;
}
#content {
  max-width: 90%;
}
#footer {
  text-align: center;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,-100%);
  font-size: x-small;
}
