.gif {
  display: block;
  width: 350px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.body-class {
  background-image: url('../css/images/bg2_white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.powered-by {
  overflow: hidden;
  height: 200px;
  margin-top: 40px;
  background-image: url('../css/images/bg-blue.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.aureus-logo {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.welcome {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #009bc6;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
}

.award {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
@media (max-width:768px){
    .gif {
        width: 300px;
    }
}

