*, *:before, *:after 
{ box-sizing: border-box; }
* {
	margin:0px;
	padding:0px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100vh;
    overflow-x: hidden;
    background-color: black;
}




header{
    
    background-color: rgb(39, 39, 39);
    height: 117px;

}


#header h2{
    color: darkgoldenrod;
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style:italic; 
}

#header a{
    margin-left: 20px;
    margin-top: 20px;
}

#fond img{
    margin: auto;
    display: block;
    width: 45%;
    margin-top: 20px;
    
}

p{
    color: white;
    padding: 5px;
}


.container2 .box{
    margin-top: 30px;
    background: rgb(0, 0, 0);
    padding:10px;
    display: grid;
    font-size: 20px;
    
    /*place-items: center;
    text-align: center;*/
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style: oblique;
    color: white;
    transition: 0.5s;
    
    
    

}

.container2 .box:hover{
    /*background:rgb(18, 170, 18) ;*/
    
    cursor: pointer;
}
.container2 .box img{
    position: relative;
    max-width: 100px;
    margin-bottom: 10px;
    padding-right: 30px;
    
}

#lab img{
    padding-top: 10px; width: 30px; margin-left: 20px;margin-top: 5px;
}


@media screen and ( min-width:200px) and (max-width:379px){
    #header a{
        margin-left: -1px;

    }
    header{
        height: 80px;
    }

    #lab img{
        margin-top: -17px;

    }
    
}

@media screen and (max-width:915px) and ( min-width:350px) {
    #fond img {
        margin-top: 10%;
        width: 85%;

    }

    header{
        height: 80px;
    }

    #header h2{
        font-size: 20px;
    }

     #lab img{
        margin-top: -17px;

    }
    
}

@media screen and (max-width:421px) {

    h2{
        font-size: 18px;
    }
    
}

@media screen and (max-width:366px) {

    h2{
        font-size: 16px;
    }

    h3{
        font-size: 16px;
    }

    #fond img {
        margin-top: 10%;
        width: 85%;

    }
    
    
}

@media screen and (max-width:324px) {

    h2{
        font-size: 14px;
    }
    
}
@media screen and (max-width:300px) {

    h2{
        font-size: 10px;
    }

   
}