body {
    background-color: aliceblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

header {
    text-align: center;
}

main {
    text-align: center;
    border: 1px solid black;
}

footer {
    text-align: center;
    background-color: rgb(14, 130, 202);
}

.my-photo {
    width: 250px;
}

.h2-text {
    color: rgb(14, 130, 202);
}

.h3-text {
    color: rgb(14, 130, 202);
}

.skills ol {
    list-style: none;
    color: red;
}

.hobbies ul {
    list-style: none;
    color: red;
}

.article-text {
    text-align: justify;
}

.separator {
    width: 400px;
    height: 3px;
    background-color: rgb(14, 130, 202);
}

.video {
    border: none;
    width: 850px;
    height: 490px;
}

.ed__table {
    border-collapse: collapse;
    width: 100%;
}

.ed__table th,
.ed__table td {
    border: 1px solid black;
    padding: 10px;
}

.form__control {
    width: 70%;
}

.contacts__link {
    color: white;
    text-decoration: none;
}