#picture img{
    max-width: 300px;
}

#social_links{
    width:200px;
}

#social_links a{
    display:block;
}

#about_me div {
    display:flex;
    margin: 0 25px;
}

#about {
    display:flex;
    justify-content: space-around;
    text-align: center;
}
#informaion_block{
    min-width: 6%;
    text-align: left;
    border: 2px solid black;
    padding-left: 0px; /*base pading to the left is 40px*/
}


#about_me, #social_links{
    border: 3px double white;
    border-radius: 10px;
}


.home_proj {
    width: 30%;
    border: 3px solid  white;
    margin: 25px;
    padding: 25px;
}

.proj_cont {
    display: flex;
    justify-content: space-evenly;
}

.home_proj:hover {
    background-color: #96ADF3;
}
