html, body {
  padding: 0;
  margin: 0;
}

body {
    color: #444444;
    background-color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 80%;

}
h1 {font-size: 3em}
h2 {font-size: 2em}

#content{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;

}

.main-content {
  margin-top: 50px;

}


p, li {
  font-size: 1.5em;

}


p.message {
  margin-top: 3em;
}

p.address {
  margin-bottom: 3em;

}


a {
  color: #002f6b;
}

#content img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
