wizard-message {
    background-color: #c83c98;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 20px;
    padding-bottom: 5px;
    display: block;

    h1,
    p,
    b {
        color: #fff;
        font-weight: 300;
        line-height: 25px;
        font-size: 0.9em;
    }

    b {
        font-weight: bold;
        font-size: 1em;
    }

    p {
        margin-top: 5px;
    }

    h1 {
        margin: 0px;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }
    .bar-actions{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}