
.header{
    text-align: right;
    background-color: rgb(139, 139, 139);
    padding: 20px 20px;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.main_content{

}
.h{
    text-align: center;
}
.header_link{
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
}

.header_link:focus{
    outline: 1px solid black;
}

.img1{
     width: 300px;
     float: right;
     border: 1px solid black;
}

.img2{
    width: 210px;
    float: left;
    margin-right: 10px;
}
.footer{
    padding: 20px;
    text-align: right;
    background-color:rgb(28, 0, 54)
}

.img_fooret{
    margin: 0 auto;
    display: block;
}

.p_custom{
    padding-bottom: 40px;
}

.my_photo{
    float: right;
    max-width: 300px;
    margin-left: 10px;

}
.clear_fix::after{
    content:'';
    display: table;
    clear: both;
}

.about_text{
    font-size: 24px;
}
@media (max-width:767px){
    .img1,.img2{
        width: 50%;
        max-width: 300px;
    }
    .img_fooret{
        width: 100%;
    }
    .my_photo{
        float: none;
        margin-bottom: 20px;
        margin-left: 0px;
    }
}