body{

    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: Quicksand;
    
}

.frame{
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    
}


.selectionScreen{
 
background-color: #2117ace7;
height: 100vh;
width: 100vw;
position: fixed;
display: block;
z-index: 999;
font-family: quicksand;
color: #ffffff;
text-align: center;

font-weight: 100;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.selectionOptions{
    display: flex;
}

.option{
    width: 250px;
    border: 3px solid #ffffff ;
    border-radius: 30px ;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 2s;
    margin-left: 20px;
    margin-right: 20px;
    
}

.option:hover{
    transition: 0.2s;
    width: 250px;
    cursor: pointer;
    box-shadow: 0 4px 18px 0 #efefef, 0 16px 20px 0 #a5deff;
    border-radius: 30px ;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}


.optionPreview{
    width: 100px;
    margin-top: 50px;
}

.selectionTitle{

    text-align: center;
    font-size: 70px !important;
    font-weight: 100;
    margin-bottom: 0px;

}

.selectionText{
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
}

.button{
    background-color: #ffffff70;
    font-family: quicksand;
    transition: 1s;
    margin-top: 70px;
    width: 125px;
    height: 125px;
    font-weight: 700;
    font-size: 25px;
    color: white;
    
    border: 3px solid #ffffff ;
    border-radius:   150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.button:hover{
    transition: 0.3s;
    background-color: #fed700;
    box-shadow: 0 4px 8px 0 #fed700, 0 6px 20px 0 #fed700;
    cursor: pointer;

}

.splashscreen{
    position: fixed;
    z-index: 99;
    padding: 30px;
}

.splashscreen-2{
    position: fixed;
    z-index: 99;
    
    display: none;
    opacity: 0;
}


.splashscreen h1{
    text-align: center;
    color: white;
    text-shadow: cyan 30px 3px 30px;
    font-size: 80px;
    font-weight: 300;
}

.splashscreen p{
    margin-top: -50px;
    text-align: center;
    color: white;
    text-shadow: cyan 3px 3px 30px;
    font-size: 20px;
    font-weight: 500; 
}

.scene-1{
    background-color: #a5deff;
 background-image: url(../Assets/Earth.png), url(../Assets/background-scene-1.jpg);

 background-position:  BOTTOM;
 background-repeat: no-repeat;
 background-size: 100% 100%;
 background-color: #45bdff;
}

.titleDiv{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.title{
position: fixed;
color: #ffffff00;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: #ffffff;
text-shadow: white 3px 3px 30px;
z-index: 9999999999;
font-size: 300px;
opacity: 0;
}


.scene-2{
    display: none;
    background-size: cover ;
    background-color: #2098dd;
    background-image:  url(../Assets/background-scene-2.jpg);
    
    
    
   }

   .scene-3{
    display: none;
    
    background-color: darkblue;
    background-image:  url(../Assets/background-scene-3.jpg);
    background-size: cover;
    
   }

   .scene-4{
    display: none;
    background-size: 100% ;
    background-color: darkblue;
    background-image:  url(../Assets/background-scene-3.jpg);
    background-size: cover;
   }
   

.rocket{
   width: 180px;
   margin-left: 45%;
   margin-top: -40vh;
   opacity: 0;
   z-index: 5;
   position: fixed;
}

.rocket-2{
    width: 200px;
    margin-left: 45%;
    margin-top: -25%;
    opacity: 0;
    z-index: 5;
 }

 .rocket-3{
    width: 200px;
    margin-left: 10%;
    margin-top: -15%;
    opacity: 0;
    z-index: 5;
 }
 

.sun{
    position: fixed;
    width: 500px;
   margin-top: -13%;
   margin-left: 80%;
}

.moon{
    margin-top: -20%;
    margin-left: 40%;
    width: 90%;
    z-index: 1;
}

.moon-2{
    position: fixed;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 28%;
z-index: 1;


}

.trees{
    width: 200px;
    position: fixed;
    
}

.trees-1{
    margin-left: 80%;
  margin-top: 35%;
}

.trees-2{
    margin-left: 10%;
    margin-top: 35%;
}

.clouds{
    width: 400px;
    position: fixed;
    z-index: 4;
    margin-top: 5%;
}

.clouds-1{
    margin-left: -30%;
}

.clouds-2{
    margin-left: 150%;
}

.clouds-3{
    margin-top: 30%;
    margin-left: 100%;
    width: 600px;
}

.clouds-4{
    margin-left: -35%;
    width: 600px;
}

.flag{
    width: 80px;
    position: fixed;
    margin-top: 26%;
    z-index: 999;
    margin-left: 65%;
}

@media (max-width: 769px){



    .splashscreen h1{
     
        font-size: 50px;
        margin-top: 250px;
        margin-bottom: 70px;
      
    }
    
    .splashscreen p{
     
        font-size: 20px;
        
    }

    .splashscreen{
        padding: 0px;
    }

    .splashscreen-1{
        background-size: contain;

    }


    .rocket{
        margin-left: 40%;
        margin-top: -200px;
        display: block;
        width:100px;
        z-index: 1;
    }

    .trees{
        margin-top: 600px;
        z-index: 2;
    }

    .sun{
        margin-left: 100px;
    }

    .button{
        background-color: #45bdff80;
    }
}



