body {
    margin: 0;
}

footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: wheat;
    color: #711324e6;
}

.list {
    text-align: center;
    width: 20%;
}

.links {
    list-style: none;
    padding: 0;
    text-align: left;
}

#copyRight {
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

.titleFooter {
    text-transform: uppercase;
}

#social .links {
    display: flex;
    font-size: 25px;
}

#social .links .link:hover {
    transform: scale(1.5);
}

#social .links .link {
    width: 20%;
    text-align: center;
    padding: 5px;
}

i {
    transition: all 500ms;
}

#fb:hover i {
    color: #3b5998;
}

#inst:hover i {
    color: #d63e8f;
}

#ytb:hover i {
    color: #c4302b;
}