/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.teaser-background {
    background-color: rgb(29, 30, 63);
    line-height: 1.4;
    box-shadow: 0 0 0 10px rgb(29, 30, 63);
}

.quarter {
    width: 20%;
}