body{
    /* background-color: rgb(87, 115, 119); */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.header{
    text-align: center;
}

.avatar{
    width: 400px;
    height: 300px;
}

.header_title{
    font-size: 27px;
}

.header_subtitle{
    color: rgb(173, 130, 130);
}

main{
    border: 1px solid darkgray;
    text-align: center;
}

.skills ol{
    list-style: none;
}

.separator{
    width: 50%;
    height: 3px;
    background-color: rgb(67, 135, 175);
}

.video{
    width: 800px;
    height: 490px;
    border: none;
}

.ed_table{
    border-collapse: collapse;
    width: 100%;
}



.ed_table td{
    border: 1px solid black;
    padding: 10px;
}

.quote{
    font-size: 32px;
}

.form{
    width: 600px;
    margin: 0 auto;
}

.form_control{
    width: 100%;
}

.control--text{
    width: 60%;
}

.form_submit{
    display: block;
    margin: 0 auto;
}

footer{
    height: 100px;
    text-align: center;
    background-color: rgb(192, 186, 177);
}

.contacts_link{
    text-decoration: none;
    color: #000;
}

