body, html {
  height: 100%; }

body {
  background: #fff;
  color: #000;
  font-family: Helvetica Neue, Helvetica, Arial, serif;
  margin: 0; }

.content {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center; }

.content-box {
  text-align: center;
  width: 50%; }

@media (max-width: 750px) {
  .content-box {
    width: 80%; } }

.logo {
  margin-bottom: 15px;
  max-width: 75%;
  width: 400px; }

p {
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0;
  text-align: center; }

a {
  color: #357a06;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

a:hover {
  color: #357a06; }

a.button {
  background: #D1FF8F;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  padding: 10px 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

a.button:hover {
  background: #C7F288; }
