footer {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0;
}

footer p {
    color: #6b6b6b;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: center;
}