body{
background-color:rgb(88, 162, 162);
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header {
text-align: center;
}
.kitten {
    width: 100px;
    height: 100px;
}

.header__title {
    font-size: 28px;
}
.header__subtitle {
    color:rgb(186, 121, 121);
}
main {
border: 1px solid darkgray;
text-align: center;
}
.skills ol{
list-style: none;

}

.separator{
width: 50%;
height:3px ;
background-color: rosybrown;
}

.video iframe{
    width: 800px;
    height: 450px;

}

.ed_table{
border: 1px solid black;
border-collapse:collapse;
width: 100%;


}
.ed_table th,
.ed_table td{
border: 1px solid black;
padding: 10px;

}

.quote{
font-size: 32px;
}

.form{
    width: 600px;
    margin: 0 auto;
}
.form_control{
width: 100%;

}

.form_submit{
display: block;
 margin: 0 auto;

}