body{
    background-size: cover;
    background-repeat:no-repeat;
    font-family: 'Open Sans', sans-serif;
}
body:before{
  content:"";
  background-color:#192936;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:50%;
}
.mainText{
    color:#192936;
    font-size:44px;
    font-weight:bold;
}

.Aligner {
    text-align: center;
    height: auto;
    min-height: 200px;
}
.orangeText{
  color:#f18934;
  font-size:62px;
}
@media only screen and (max-width: 768px) {
  .orangeText{
    font-size:32px;
  }
  .mainText{
    font-size:22px;
  }
}