body {
    background-color: #DEE2E3;
}

.name {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    color: #E74C3C;
}

.text {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 14px;
}

#contacts a {
    color: #2980B9;
    font-size: 30px;
}
#contacts a:not(:last-child) {
    padding-right: 30px; 
}

#contacts {
    padding-top: 5px;
    background-color: #2C3E50;
    width: 100%;
}

#about img {
    border: 2px solid #2C3E50;
    border-radius: 50%;
}

#about {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    border: 5px solid #2C3E50;
    padding-top: 5px;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer ul li {
    float: left;
}
#footer ul li:not(:last-child) {
    padding-right: 5px; 
}

#footer ul li a {
    text-decoration: none;
    color: #2C3E50;
    font-family: 'Red Hat Text', sans-serif;
}

#footer {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #2C3E50;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-bottom: 2px;
}