footer {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #001927;
}

.green-btn {
    display: flex;
    margin-left: 0.5rem;
    align-items: center;
    background-color: rgba(118, 255, 51, 0.25);
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 1px rgba(118, 255, 51, 0.5);
}

.green-btn:hover {
    box-shadow: 0 0 0 2px rgb(118, 255, 51);
}

.green-btn:hover {
    box-shadow: 0 0 0 2px rgb(118, 255, 51);
}


@media (max-width: 640px) {
    .menu-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .menu-item img {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-item-btn {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .menu-item h2 {
        margin-top: 10px;
    }

    .menu-item p {
        width: 100%;
        text-align: justify;
    }
}