.footer {
    margin: 0;
    margin: 20px;
    border-radius: 0% 0% 0.5rem 0.5rem / 0% 0% 25% 25%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    gap: 20px;
}

.footertext {
    display: flex;
    width: 100wv;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    gap: 0.2rem;
    color: #b0bac53b;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Roboto, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

