html, body {
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  background: #0f8faf!important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.container {
  background: white;
  width: 40%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: lato;
  position: relative;
  color: #333;
  border-radius: 10px;
}
.container header {
  background: #2dc3e8;
  padding: 30px 20px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}

.container footer {
  background: #2dc3e8;
  padding: 30px 20px;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
}

.container footer a {
  color: white;
}

.terms {
  margin: 0 0 0px 20px;
  overflow-y: scroll;
  max-height: 420px;
}