.footer-wrapper {
    float: left;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: var(--text-color);
    padding: 15px 0px;
    margin-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255,255,255,0.05);
}
.footer-content {
    width: 80%;
}
.footer-text {
    /* border-bottom: 2px solid var(--text-color); */
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
    /* background-color: blue; */
}
.profile-links {
    float: right;
    height: 25px;
}
.profile-links .link {
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: var(--text-color);
    transition: 0.2s;
    margin: 10px;
}
.profile-links .link:Hover {
    color: #4672fe;
}
.profile-links .link .link-img {
    width: 25px;
    height: 25px;
}