html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  background-color: #D3D0CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

body .contain {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20vh;
  text-align: center;
}

body .contain .logo-contain {
  width: 70%;
  height: auto;
  margin-bottom: 50px;
}

body .contain h1 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #2A324B;
  font-weight: 500;
  margin-bottom: 0;
}

body .contain p {
  margin-bottom: 40px;
}

body .contain a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  color: #377778;
  font-size: 20px;
  text-decoration: none;
  padding: 4px 20px;
  border: 2px solid #377778;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body .contain a:hover, body .contain a:focus {
  background-color: rgba(55, 119, 120, 0.2);
}

body .contain a:active {
  background-color: #377778;
  color: #fff;
  border-color: #377778;
}

body footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

body footer img {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

body footer a {
  color: #377778;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
}

body footer a:hover, body footer a:focus {
  text-decoration: underline;
}
/*# sourceMappingURL=site.css.map */