body {
    max-width: 1024px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 1.9;
    color: #000000;
    background-color: #eeeeee;
}

.contacts{
    display: flex;
}

.my-name{
    text-align: center;
    color: #17218f;
}

.photo {
    height: 350px;
    border: 2px solid  #0011ff;
    margin: 0 50px;
}

.name-section{
    text-align: left;
    color: #17218f;
}

p {
    color: #c50000;
    text-align: center;
}

.skils{
    color: #c50000;
}

.logo-rss{
    height: 50px;
    margin: 15px;
}

.logo-github{
    height: 50px;
    margin: 30px 15px;
}

.text-git{
    font-size: 20px;
    font-weight: 700;
}

a:hover {
    color: #700202;
}
.year{
    font-size: 12px;
    text-align: right;
}

