body {
  background-color: #1b3d63;
  font-family: 'Crimson Text', serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.content {
  width: 350px;
  height: 350px;

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  max-width: 100%;
  max-height: 100%;
  overflow: auto;

  text-align: center;
  color: white;
}

.title {
  margin-top: 10px;
}

.contact,
.address {
  margin-top: 30px;
}
