body {
  background-color: #f2f2f2;
  color: #2D3B50;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
body .fourohfour-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body .fourohfour-wrapper img {
  width: 150px;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
body .fourohfour-wrapper p {
  max-width: 600px;
  margin: 0 4rem 2rem;
}
body .fourohfour-wrapper .fourohfour-button {
  padding: .625rem 2rem;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 3rem;
  font-weight: bold;
  color: white;
  background-color: #0086DF;
  display: inline-block;
  margin-bottom: 4rem;
  text-decoration: none;
}
body .fourohfour-wrapper .fourohfour-button:hover,
body .fourohfour-wrapper .fourohfour-button:focus {
  background-color: #0077c6;
}
