#front-photo{
    border-radius: 500px;
    border: 2px solid #212529; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#gender i{
    font-size: 2em;

}
.content{
    background-image: url(../image/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding:100px 0;
    height: 750px;
}

.content div{
    background-color: rgba(128, 128, 128, 0.7);
    border-radius: 15px;

}

article{
    background-color: rgba(80, 108, 100, 0.5);
    padding: 5px;
    border-radius: 15px;
}