body {
  font-family: 'Open Sans', serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #333a4d;

  .wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 70px;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(66, 68, 90, 0.12);
    -moz-box-shadow: 4px 4px 7px 0px rgba(66, 68, 90, 0.12);
    box-shadow: 4px 4px 7px 0px rgba(66, 68, 90, 0.12);
    text-align: center;
    h1 {
      color: #000;
    }
    a {
      text-decoration: none;
      color: #c18f59;
    }
  }
}
