.boxStyle {
    color: blanchedalmond;
    font-family: 'Segoe UI','Lucida Sans Unicode','Lucida Grande',sans-serif;
}
.h2Style {
    font-size: 1.04rem;
    margin: 0!important;
    text-align: center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: normal;
}
.myBox {
    opacity: 0.94;
    padding-bottom: 0;
    border-radius: 0;
    box-shadow: unset;
    background: transparent;
}
