.securebutton-imp {
color: white;
width: 250px;
text-align: center;
background: #DC0717
}

.securebutton-imp:hover {
color: white;
width: 250px;
text-align: center;
background: #DC0717;
opacity: 0.8;
}

h1,h2,h3,h4{color: #01579e}

h4:before{
    content: "■";
    color: rgb(220, 7, 23);
    margin-right: 5px;
}


