a {
  color: rgba(0, 153, 255, .84);
  font-weight: 800;
  text-decoration: none;
}

.bg {
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.header-image {
  display: inline-block;
  margin-right: 0px;
}

.logo-row {
  margin-top: 99px;
}

.text-box {
  border: 6px solid hsla(0, 0%, 57%, .35);
  border-radius: 10px;
  background-color: hsla(0, 0%, 96%, .5);
  box-shadow: 0 0 28px 6px rgba(0, 0, 0, .06);
}

.body-message {
  margin: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #234573;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.body-message.text-link {
  font-weight: 600;
}

.text-section {
  margin-top: 31px;
}

.text-link.hover:hover {
  color: #234573;
}