
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans serif, arial;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 125vh; 
    background-image: url('images/3607424.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.container {
    width: 100%;
    height: 100%;
    position: relative;  
    justify-content: center;
    align-items:center;
    text-align: center;
    letter-spacing: 10px;
}
.container .logo1 {
    position: relative;
    background-image: none;
    top: 20px;
    overflow-y: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.container h1 {
    position: relative;
    color: rgb(247, 248, 248);
    /*background-image: url('/images/');
    background-size: cover;*/
    background-position: center;
    background-clip: text;
    font-size: 3em;
    font-weight: 600;
    transform: translate(-50% -50%);
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff;
    top: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;    
}

.container h2 {
    font-size: 20px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    text-align: center;
    top: 19px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff,
    0px 0px 90px #00b3ff,
    0px 0px 120px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer{
    background-color: transparent;
    color: #fff;
    font-size: 26;
    font-weight: 400;
    text-align:center;
    text-justify:distribute-all-lines;
    position:relative;
    top: 85px;
    letter-spacing: 0px;
}


@media (max-width:460px) {
    .container {
        width: 100%;
        height: 140vh;
    }
    .container h1 {
   
    font-size: 2em;
    top: 15px;
} 
.container h2 {
    font-size: 0.9em;
    margin: 0px 0px;
    
} 

      .footer{
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        text-justify: distribute-all-lines;
        color: #fff;
        font-size: 1.0em;
        top: 70px;
        bottom: -10px;
    }
}

@media (max-width:360px) {
    .container {
        width: 100%;
        min-height: 120vh;
        
    }
    .container h2 {
        font-size: 1.1em;
        margin: 0px 0px;
        
    } 
      .footer{
        
        color: #fff;
        font-size: 0.9em;
        top: 60px;
    }
}