@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:none;}}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

body  {
    background: linear-gradient(90deg, rgba(40,63,255,1) 35%, rgba(26,49,246,1) 100%);
}

.lea-img {
    height: 250px;
    left: 50%;
    margin-top: -150px;
    margin-left: -125px;
    position: absolute;
    top: 50%;
    width: 250px;
}

.loading-bar {
    height: 125px;
    left: 50%;
    margin-top: 100px;
    margin-left: -65px;
    position: absolute;
    align-items: center;
    top: 50%;
    width: 125px;
}

p {
    height: 250px;
    left: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.32px;
    margin-top: 100px;
    margin-left: -75px;
    position: absolute;
    top: 50%;
    width: 250px;
    color: white;
}
