@font-face {  
    src: url(ClaraB.ttf) format("truetype");
    font-family: ClaraB;
}

@font-face {  
    src: url(Basteleur-Bold.otf) format("opentype");
    font-family: Basteleur-Bold;
}

@font-face {  
    src: url(Basteleur-Moonlight.otf) format("opentype");
    font-family: Basteleur-Moonlight;
}

body{
    background-color: rgb(56, 134, 244);
    height: 100%; 
    overflow: hidden;
}

a{
    font-size: 12pt;
}

button{
    background-color: transparent;
    border: none;
}

.under{
    position: relative;
}

/*IMAGES*/
#web {display:block;}
#phone {display:none}

.pow1{
    position: absolute;
    top: 1000px;
    left: 0px;
    z-index: 2;
} 

.page{
    text-align: center;
    display: block;
    margin-top: 10%;
}

.explorer{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.file1 {
    position: absolute;
    margin-left: 28%;
    top: 15%;
}

.file2 {
    position: absolute;
    margin-left: 38%;
    top: 15%;
}

.file3 {
    position: absolute;
    margin-left: 48%;
    top: 15%;
}

.icon {
    width: 5vw;
}


/* Bouncing logo*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  marquee {
    height: 100vh;
  }


/* PHONE */

@media (max-width: 900px) {

/*IMAGES*/
    img.marq{
        width: 150px;
    }
    #web {display: none;}
    #phone {display: block;}

    .explorer{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    
    a{
        font-size: 3vi;
    }

    .file1 {
        position: absolute;
        margin-left: 20%;
        top: 15%;
    }
    
    .file2 {
        position: absolute;
        margin-left: 38%;
        top: 15%;
    }
    
    .file3 {
        position: absolute;
        margin-left: 60%;
        top: 15%;
    }

    .icon {
        width: 12vw;
    }

}