.splash-text {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 100%;
    line-height: 1.7;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.splash-button {
    color: white;
    background: transparent;
    border: 1px solid #ff0000;
    text-decoration: none;
    font-family: Roboto, sans-serif !important;
}
@media screen and (min-width:769px)
    {
.splash-button-area {
    position: absolute;
    top: 44%;
    left: 40%;
}
  body 
  {
  background-repeat: inherit !important;
  }
}

