html,
body {
  background-color: #00CCC8 !important;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  height: 99.5%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

content {
  background-color: #00CCC8 !important;
}

a {
  color: #00CCC8;
}

p {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}

img {
  margin-top: 50px;
  height: 100px;
  width: auto;
}

a {
  color: white;
  font-weight: 500;
  font-size: 18px;
  padding: 40px;
  margin-top: 30px !important;
}