*{
    margin: 0;
    padding: 0;

}
body{
    background: #0d0e0e;
}
.image img{
    width: 70%;
    height: 500px;
     border-radius: 3px;
}
.nav1{
    background: #000008;
    padding: 10px;
    border-radius: 12px;
}
ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
}
li{
    padding: 10px;
}
nav ul li a{
    text-decoration: none;
    color:white;
    font-size: 20px;
    padding: 10px;
    transition: .5s;
}
nav ul li a:hover{
    background: #3131f8;
    padding: 10px 20px;
    border-radius: 4px;
}
.nav2{
    display: none;

}
.container{
    text-align: center;
    background: rgba(255, 255,255, .2);
    margin:20px ;
    border-radius: 12px;
}
.content h1{
    color:#bc1010;
    padding: 10px;
}
.content{
    width: 70%;
    text-align: center;
    margin: auto;
    padding: 10px;
   
}
h2{
    color:#bc1010
}
.text{
    background:#232324;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    width: 100%;
}
.text p{
    margin: auto;
    width: 60%;
    line-height: 35px;
    font-size: 18px;
}
.image{
    background:#232324;
    padding: 20px;
margin: 10px;
border-radius: 12px;
color: #fff;
width: 100%;
}
.image p{
    font-size: 18px;
    width: 70%;
    line-height: 25px;
    margin: auto;
    padding: 20px;
}
footer{
    display: flex;
    justify-content: space-evenly;
   
}
footer img:hover{
    scale: 1.2;
}
footer a img{
 bottom: 10px;
    border-radius: 50%;
    width: 50px;
    position: fixed;
    padding: 15px;

}
.container a{
    text-decoration: none;
    font-size: 20px;
    color: green;
    transition: .5s;
}
.container a:hover{
    font-size: 22px;
    color: #fa0a0a;
    font-weight: bold;
}
@media (max-width:767px){
   .nav1{
    display: none;
   }
   .nav2{
    display: block;
    border-radius: 15px;
    margin:2px;
   }
    .contain{
        
    
        background: #474747;
        color: white;
    }
    .contain ul{
        text-align: center;
       height: 100%;
       display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .contain li{
    
        list-style: none;
        
    }
    .contain ul li a{
        text-decoration: none;
       margin: 5px;
    padding: 7px 20px;
    border-radius: 5px;
    transition: 0.5s;
    font-size: 20px;
       
    }
    .contain li a:hover{
        background: #fa0a0a;
        color: #fff;
    }
    button{
       
        color: white;
        border: none;
        cursor: pointer;
      padding: 5px;
      margin: 10px;
        border-radius: 3px;
       
    }
    button img{
    width: 30px;}
    #close{
        position: absolute;
        right: 60%;
        background: red;
        font-size: 20px;
    }
    .hide{
        display: none;
    }

    .content{
      
        text-align: center;
        margin: auto;
        padding: 20px;
    width: 90%;
    }
    .text p,.image p{
        width: 90%;
        line-height: 30px;
        font-size: 20px;
        padding: 20px;
    }
    .image{
        text-align: center;
        margin:20px auto;
        padding: 10px;
        overflow: hidden;
    }
    .image img{
        width: 90%;
        height: 350px;
    }
    footer{
        display: flex;
        justify-content: space-around;
       
    }
    footer a img{
     bottom: 10px;
        border-radius: 50%;
        width: 40px;
        position: fixed;
    
    }  

}