

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body{

    font-family:   sans-serif;

}



.human-header{

    font-family:   sans-serif;

    background: url(https://static.igem.wiki/teams/4186/wiki/hum-pr.png);

    height: 680px;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 40px;
    letter-spacing: 0.1rem;
    margin-bottom: 75px;

}



.human-link{

    text-decoration: none;

    font-family:   sans-serif;

    color: black;
    letter-spacing: 0.03rem;
    font-size: 35px;

}



.human-container{

    max-width: 75vw;

    margin: auto;

}



.hu1{

    color: #D9D9D9;

}



.hu-underline{

    width: 55px;
    margin-top: 3px;
    background-color: #FCF38A;
    border-radius: 50px;
    height: 4px;

}



.flex-link{

    display: flex;

    justify-content: space-around;

}



.header-links{

    margin-bottom: 60px;

}



.mineral-content h2{

    font-family:   sans-serif;
    text-align: center;
    letter-spacing: 0.05rem;
    font-size: 35px;
    margin: 30px 0px;

}



.mineral-content{

    padding: 15px 20px;
    border: 1px solid #3C2C00;
    border-radius: 10px;
    background-color: #FFFEF9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}



.mineral-img{

    display: flex;

    justify-content: space-between;

    align-items: center;
    margin: 30px 50px;

}



.mineral-img1{

    width: 490px;

}



.mineral-img1 img{

    width: 100%;

}



.hu-prac-txt{
    font-weight: 300;
    text-align: justify;
    font-size: 20px;
    line-height: 40px;
    width: 65vw;
    margin-left: 50px;
    justify-content: center;
    margin-bottom: 35px;
}



.Minerals-commision{

    margin-bottom: 60px;

}



.min-flex{

    display: flex;

    flex-direction: column-reverse;

}



.comics{

    width: 95%;
    margin-left: 35px;
}





.mineral-img2{

    width: 100%;

}



@media screen and (max-width: 1300px) {

    .mineral-img1{

        width: 480px;

    }

}



@media screen and (max-width: 1150px) {

    .mineral-img1{

        width: 400px;

    }

}



@media screen and (max-width: 970px) {

    .mineral-img1{

        width: 350px;

    }

}



@media screen and (max-width: 850px) {

    .mineral-img1{

        width: 300px;

    }

}



@media screen and (max-width: 740px) {

    .mineral-img1{

        width: 250px;

    }

}



@media screen and (max-width: 620px) {

    .mineral-img1{

        width: 200px;

    }

}
