*{
    margin: 0;
    padding: 0;
    font-family: "OCR A Std", monospace;
}
.container{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(pexels-paul-ijsendoorn-33041.gif);
    
}


.navbar{
    width: 25%;
    position: absolute;
    top: 5%;
    transform: translateY(0%);
    text-align: center;
    color: #e5a00d;
    cursor: pointer;
    
    
}
.navbar ul li a{
    text-decoration: none;
    text-shadow: 5px 5px 3.5px rgba(0,0,0,0.5);
    color: #e5a00d;
    text-align: center;
}


.icons a{
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    
    background-size: 100% 200%;
    background-position: 0% 5%;
    
    transition: background-position 0.25s, color 0.25s;
}
.icons a:nth-child(1){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(2){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(3){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(4){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(5){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(6){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(7){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(8){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(9){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(10){
    color: #282a2d;
    background-image: linear-gradient(#161616 50%,#e5a00d 50%);
}
.icons a:nth-child(1):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(2):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(3):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(4):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(5):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(6):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(7):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(8):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(9):hover{
    background-position: 0% 100%;
    color: #161616;
}
.icons a:nth-child(10):hover{
    background-position: 0% 100%;
    color: #161616;
}


.b2{
    width: 90px;
    position: absolute;
    bottom: 5%;
    right: 5%;
    animation: b2 15s linear infinite;
    
    
}

@keyframes b2{
    0%{
        right: 0;
        opacity: 0;
    }
    100%{
        right: 105%;
        opacity: 100;
    }
}


@media screen and (max-width: 3840px)
{
    .navbar{
        width: 200;
        font-size: 20px; 
        top: 5%;
        left: 5%;  
      
    }
    
    .icons a{
    display: inline-flex;
    width: 100;
    height: 100;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 60px;
    margin: 60px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
   
        
}



@media screen and (max-width: 2160px)
{
    .navbar{
        width: 140;
        font-size: 14px; 
        top: 5%;
        left: 5%; 
    }
    

    .icons a{
    display: inline-flex;
    width: 80;
    height: 80;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 40px;
    margin: 20px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
    
  
}
 @media screen and (max-width: 1700px)
{
    .navbar{
        width: 140;
        font-size: 14px; 
        top: 5%;
        left: 5%; 
    }
    

    .icons a{
    display: inline-flex;
    width: 75;
    height: 75;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
}
@media screen and (max-width: 1180px)
{
    .navbar{
        width: 140;
        font-size: 14px; 
        top: 5%;
        left: 5%; 
    }
    

    .icons a{
    display: inline-flex;
    width: 70;
    height: 70;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
}


@media screen and (max-width: 960px)
{
   .navbar{
        width: 140;
        font-size: 14px; 
        top: 5%;
        left: 5%;   
    }
    

    .icons a{
    display: inline-flex;
    width: 55;
    height: 55;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
}
   
    
@media screen and (max-width: 770px)
{
   .navbar{
        width: 20%;
        font-size: 10px; 
        top: 5%;
        left: 5%;   
    }
    

    .icons a{
    display: inline-flex;
    width: 50;
    height: 50;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
    margin: 15px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
}
    
     
@media screen and (max-width: 600px)
{
 .navbar{
        width: 50%;
        font-size: 10px; 
        top: 5%;
        left: 5%;                
    }
    
    .icons a{
    display: flex;
    width: 50;
    height: 50;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25;
    margin: 15;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    transition: background-position 0.15s, color 0.15s;
    }
    
    .container{
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(pexels-paul-ijsendoorn-33041.gif);
        background-size: cover;
        background-position: center;
        
        }
}
    
    
        






