h6 {
    font-size: 16px;
    color: var(--titles-main-color-light);
    padding-bottom: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: var(--hover-color);
}

.menu-item {
    margin-bottom: 10px;
    display: block;
    line-height: initial;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .05em;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

footer {
    background-color: var(--footer-color);
    padding: 80px 0px 80px 0px;
}

.container {
    margin: auto;
}

.p-3 {
    text-align: center;
}

.info {
    color: white;
    font-size: 14px;
}

.copyright p {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .05em;
}

.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-right: 5px;
    color: var(--titles-main-color-light);
}

.footer-social li {
    color: var(--titles-main-color-light);
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}