.under-construction-content-outer {
    margin-top: 8.5em;
    margin-bottom: 5em;
}

.under-construction-content-inner {
    width: 35em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    background-color: #fffaed;
    border-radius: 2em;
}

.under-construction-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2em;
}

.under-construction-paragraph {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}