/* Fancy Paragraph Style */
.is-style-fancy-paragraph {
    color: red!important;
    font-weight: bold;
    text-transform: uppercase;
}

.is-style-custom-group-style {
    background: #294049 !important;
    padding: 1rem;
    color: whitesmoke;
    border: solid 1px #9b6d51;
    box-shadow: 0 0 5px 2px black;
    max-width: 25rem;
}
.is-style-custom-box-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
}