/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/
.splash-bg {
    background: transparent linear-gradient(43deg, #5F1EBE 0%, #2874F0 67%, #0F5FDC 100%) 0% 0% no-repeat padding-box;
    height: calc(100vh - 97px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
    .splash-bg span {
        font-size: 45px;

        
    }

@media(min-width:768px) {
    font-size: 64px;
}
/***************
  Footer
***************/

footer {
    background-color: #262338;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    min-height: 52px;
   
}
    footer p {
        margin: 0;
        font-size: 12px;
        font-family: 400;
        color: white;
    }