.text-green {
    color: #81d742 !important
}

@media (min-width: 992px) {
    .logo {
        max-width: 200px;
    }

    .logo-garden {
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    .logo {
        max-width: 150px;
    }

    .logo-garden {
        max-width: 600px;
    }
}

@media (max-width: 500px) {
    .logo {
        max-width: 100px;
    }

    .logo-garden {
        max-width: 400px;
    }
}

.table td:first-child {
    font-weight: bold;
}

.accordion-button {
    background-color: #212529;
    color: #81d742;
    font-size: large;
}

.accordion-button:not(.collapsed) {
    background-color: #212529;
    color: #81d742;
    box-shadow: none;
}

.accordion-body {
    background-color: #000000;
    color: #ddd;
}

.text-justify {
    text-align: justify;
}

.pricing-card {
    text-align: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #ddd;
}

.accordion-button::after {
    filter: invert(1);
}

.button-join {
    background-color: #81d742;
    color: black;
    font-weight: bold;
}

.button-join:hover {
    background-color: white;
    color: black;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
}

a:hover {
    color: #81d742;
}

.margin-reset {
    margin-left: 0;
    margin-right: 0;
}