h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
    color: #7e56c2 !important;
}

.md-button--wide {
    width: 96%;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}

.button-half {
    width: 45%;
    text-align: center;
    /* margin-right: 2%; */
    margin: 0 2% 16px 0;
    /* background-color: #f4f1f9; */
    /* border-color: rgba(126, 86, 194, 0.5) !important; */
}

@media screen and (max-width: 600px) {
    .button-half {
        width: 100%;
        margin: 0 0 16px 0;
    }
}

.md-typeset .twemoji.icon-label {
    --md-icon-size: 36px;
    width: auto;
    max-height: 1em;
    margin-left: 5px;
}

div.cards strong,
div.cards svg {
    color: #7e56c2;
}

.md-typeset .grid.cards > ol > li,
.md-typeset .grid.cards > ul > li,
.md-typeset .grid > .card {
    border-radius: 5px;
}