.container {
    display: flex;
}

.outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #638869;
    width: 100%;
    padding-bottom: 1rem;
}

.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75vw;
    margin-top: 0.9rem;
    margin-bottom: 0.1rem;
    background: #314a38;
    box-shadow: #343a40 0px 3px 3px 5px;
}

.inner section {
    width: 100%;
}

.inner section * {
    text-shadow: #000000 1px 1px 1px;
}
.inner section p {
    margin-left: 2rem;
    margin-right: 2rem;
}

.inner section h2, .inner section h1 {
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
}
