/*Input Your Custom CSS Here*/
/* style.css */


h3 {
    color: rgb(129, 25, 25);
}

.mybox1 {
    display: none;
}
.mybox2 {
    display: none;
}


button {
    background: #d70702;
    padding: 12px 26px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
}
