body{  
    margin: 0px;

    background-color: #e3e3e3;
}

* {
  color: #303030;
}


.clear{
    clear: both;
}

img{
    border-radius: 20px;
}

div{
    box-sizing: border-box;
}

.page_wrapper{
    width: 960px;
    margin: 0 auto;
    background-color:darkgray

}

.page_wrapper .white{
    background-color: whitesmoke;
    padding: 30px 30px 10px 30px;
}

.page_wrapper .white .head{
    font-size: 30px;
    color: #303030;
    font-family: 'Century Gothic';
}

.page_wrapper .white .menu{
    margin-top: 30px;
    text-align: right;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.page_wrapper .white .menu a{
    padding: 0px 10px;
    color: black;
    text-decoration: none;
}

.page_wrapper .white .menu a.active_link{
    font-weight: bold;
}


.page_wrapper .white .title{
    margin: 50px 0px;
    border-bottom: 1px solid black;
    font-size: 52px;
    font-weight: bold;
    line-height: 45px;
}

.page_wrapper .white .content{
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.page_wrapper .white .content .myImage{
    float: left;
    width: 40%;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
}

.page_wrapper .white .content .myImage img{
    width: 100%;
}

.page_wrapper .white .content .myInfo{
    float: right;
    width: 60%;
}

.page_wrapper .white .content .myInfo .greyBlock{
    padding: 10px;
    background-color: #e3e3e3;
    border-radius: 10px;
}

.page_wrapper .white .content .myInfo .quote{
    padding: 10px;
    background-color: #e3e3e3;
    border-radius: 10px;
}

.page_wrapper .white .content .myInfo .quote p:first-child{
    font-style: italic;
}

.page_wrapper .white .content .myInfo .quote p:last-child{
    text-align: right;
}

.page_wrapper .white .skills{
    padding: 30px 0px;
}

.page_wrapper .white .skills .mySkills,
.page_wrapper .white .skills .canIDo{
    float: left;
    width: 50%;
    padding-right: 40px;
}

.page_wrapper .white .skills .mySkills .mySkillsTitle,
.page_wrapper .white .skills .canIDo .canIDOTitle{
    font-size: 35px;
    margin-bottom: 15px;    
}

.page_wrapper .white .skills .mySkills .Java,
.page_wrapper .white .skills .mySkills .Spring,
.page_wrapper .white .skills .mySkills .HTTP,
.page_wrapper .white .skills .mySkills .Dota2,
.page_wrapper .white .skills .mySkills .Linux{
    background-color: #e3e3e3;
    margin-bottom: 3px;
    font-style: italic;
    padding: 5px 0px 5px 5px;
    border-radius: 5px;
    
}

.page_wrapper .white .skills .mySkills .Java{
    width: 100%;
}

.page_wrapper .white .skills .mySkills .Spring{
    width: 80%;
}

.page_wrapper .white .skills .mySkills .HTTP{
    width: 60%;
}

.page_wrapper .white .skills .mySkills .Dota2{
    width: 100%;
}

.page_wrapper .white .skills .mySkills .Linux{
    width: 40%;
}

.page_wrapper .white .skills .mySkills .line{
    margin-top: 10px;
    box-sizing: border-box;
}

.page_wrapper .white .skills .mySkills .line div{
    box-sizing: border-box;
    float: left;
    width: 20%;
    text-align: right;
    border-right: 1px solid black;
    border-bottom: 1px solid black;

}

.page_wrapper .white .skills .mySkills .line div.clear{
    border: none;
    width: 100%;
}

.page_wrapper .white .skills .canIDo .canIDoList li{
    font-size: 18px;
    margin-bottom: 15px;
}


.page_wrapper .black{
    background-color: #303030;
    color: wheat;
    padding: 30px 30px 30px 30px;
}

.page_wrapper .black .footer .footerColumns{
    padding-bottom: 30px;
    border-bottom: 1px solid wheat;
    color: wheat;
    margin-bottom: 10px;
}

.page_wrapper .black .footer .footerColumns .adress,
.page_wrapper .black .footer .footerColumns .contacts,
.page_wrapper .black .footer .footerColumns .social{
    color: wheat;
    float:right;
    width: 33.33333%;
    padding-bottom: 35px;
}

.page_wrapper .black .footer a{
    color: wheat;
    text-decoration: none;
    margin-right: 5px;
}
