body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header {
    background-color: #1b1a1a;
    color: rgb(192, 192, 192);
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#pkr {
    color: rgb(109, 102, 82);
}
.a{
    text-decoration: none;
    padding-left: 20px;
    color: black;
}
#men{
    text-decoration: none;
    padding-left: 70px;
    color: black;
}

.img{
    width: 20px;
    padding-left: 30px;
}
#img{
    width: 20px;
    padding-left: 1400px;
}
#div2{
    border:1px solid white;
    text-align: center;
    padding: 20px;
}
.a1{
    text-decoration: none;
    color: black;
    padding: 10px;
    margin-top: 100px;
}
#div{
    border: 1px solid gray;
    display: flexbox;
}
#maindiv{
    position: fixed;
    width: 100%;
    background-color: white;
}
#div3{
    border:1px solid white;
    text-align: center;
    padding: 40px;
    display: flexbox;
    flex-wrap: wrap;
}
#awaara{
    font-size: 200px;
    position: fixed;
    top: 200px;
    left: 40%;
    opacity: 0.3;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
}
#div3{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#div3>a>img{
    width: 100%;
    height: 700px;

}
.text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold;
    color: #1b1a1a;
}
.div5{
    border: 2px solid black;
    border: none;
    position: relative;
    margin: 10px;
    margin-left: 25px;
    float: left;
    margin-top: 30px;
    z-index: -1;
    width: 23%;
}
.div5>img{
    width: 100%;
    height: 530px;
}
.tag{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500px;
    background-color: rgb(75, 75, 75);
    color: white;
}
.about{
    border: 1px solid rgb(92, 92, 92);
    background-color: rgb(92, 92, 92);
    font-weight: bold;
    color: black;
    padding-left: 20px;
    display: flexbox;
    flex-wrap: wrap;
}
#copy{
    text-align: center;

}
#icon>img{
    width: 70px;
    position: fixed;
bottom: 25px;
right: 10px;
cursor: pointer;
}