/**umb_name:Heading h3*/
h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

/**umb_name:Sipmple paragraph*/
p {
}

/**umb_name:umb-button*/
.umbButton {
}

    .umbButton a {
        background-color: #fff;
        color: #19a0d3;
        font-size: 15px;
        padding: 14px 20px;
        text-align: center;
        border: none;
        border-radius: 0;
        letter-spacing: 1px;
    }

        .umbButton a:hover {
            text-decoration: none;
        }

/**umb_name:yellow text*/
.text-yellow {
    color: #ffdd00;
}

