.Footer__footerCopyrigt {
    background-color: #121a23;
    padding: 12px 0;
}

.Footer__container2 {
    text-align: center;
    font-size: 13px;
    color: #d0d0d0;
    font-family: Arial, sans-serif;
}

.Footer__footerLink {
    color: #4da6ff;
    text-decoration: none;
    font-weight: 500;
}

.Footer__footerLink:hover {
    text-decoration: underline;
}

