.footer {
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;

}
footer {
    background-color: #1f1f1f;
    padding: 10px;
    width: 100%;
    bottom: 0;
    text-decoration: none;
    color: #ffffff;
}
.legals {
    font-size: 0.8em;
    color: #ffffff;
    margin-top: 10px;
    text-decoration: none;
}
.fa-x-twitter:hover,
.fa-linkedin:hover,
.fa-discord:hover {
    color: #1da1f2;
    transform: scale(1.2);
    transition: color 0.2s, transform 0.2s;
}
