body, html{
    margin: 0; padding: 0; height: 100%; overflow: hidden;
    background: linear-gradient(360deg, #B8D4FE 0%, #75A8F6 98.77%);
}
.main{
    background: url('skypassmain.jpg') no-repeat center;
    width: 100%;
    height: 100%;
    background-size: contain;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.text{
    display: flex;
    position: absolute;
    top: 46%;
    left: 41%;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:768px) {
    .text{
        font-size: 4em;
    }
}