.atmoTopBar {
    display: flex;
    background-color: rgba(150, 150, 150, 1);
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-color: rgba(25, 25, 25, 1.0);
    border-width: 1px;
    border-style: groove;
}

.atmoBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    background-color: #51534F;
}

.atmoHeader {
    padding: 2em;
}

.atmoFeature {
    padding: 1em;
    color: white;
}

.atmoFeatureBodyText {
    color: white;
    padding-bottom: 2em;
}
