.card {
    display: inline-flex;
    padding: 10px;
    margin: 20px;
    background-color: #00802b;
    justify-content: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.orbit-caption {
    font-size: 30px;
}

.button {
    background-color: green;
}

.top-bar a {
    color: green;
    font-size: 20px;
}

.leaflet-control-container {
    margin-top: 25%;
}

h1 {
    color: green;
    font-size: 40px;
}

a {
    color: white;
}

.card-divider {
    cursor: pointer;
    color: green;
    background-color: white;
}