body {
    overflow-x: hidden;
    font-family: "Europa", var(--bs-font-sans-serif) !important;
    background: #eee;
}

.green {
    background: rgba(99,127,66,1);
    width: 100%;
    height: 240px;
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
}

.status {
    min-height: 100vh;
    display: flex;
}

.status-container {
    max-width: 1000px;
}

.status-inner {
    margin: 2rem 0;
    padding: 1.5rem;
    border-radius: .5rem;
    background: #fff;
}

.text-green {
    color: #637F42 !important;
}