* {
    /* Debugging */
    --outline: 0px;

    outline: var(--outline) solid rgba(255, 0, 0, 0.5) !important;
    outline-offset: calc(var(--outline) * -1);
    /* background: rgba(255, 0, 0, 0.1) !important; */
}

.soon {
    padding: 1rem;
    height: 100svh;

    display: flex;
    justify-content: center;
    align-items: center;
}

.soon .soon__image-wrapper {
    text-align: center;
}

.soon .soon__image {
    margin-bottom: 2rem;
}