body {
    font-family: 'Lato', sans-serif;
}

header {
    background-color: #2D6A00;
    color: #ffffff;
}

footer {
    padding: 1em;
    background-color: #2D6A00;
    /* background-color: #84B135; */
    color: #ffffff;
}

.buttons-grid {
    margin-top: 1em;
    margin-bottom: 1em;
}

.platform-button {
    transition: background-color 0.2s ease;
    min-height: 180px;
    font-size: 1.2rem;
    border-radius: 0 !important;
    border-color: #A9A9A9;
}

.info-link {
    /* color: #84B135; */
    color: #2D6A00;

}

.info-link:hover {
    text-decoration: underline;
    color: #84B135;
    /* color: #578A1B; */
}

.link-button {
    background-color: #2D6A00;
    color: #ffffff;
    margin: 0.5em;
}

.link-button:hover {
    background-color: #84B135;
    color: white;
}

.highlight-text {
    text-decoration: underline;
    color: #2D6A00;
}

.btn {
    border-radius: 0 !important;
}

.modal {
    border-radius: 0 !important;
}

.modal-header {
    border-radius: 0 !important;
    background-color: #2D6A00;
}

.modal-close:hover {
  filter: invert(1) grayscale(50%) brightness(200%);
}