@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');
body {font-family:Ubuntu;}
p{color:#000;}
h1, h2, h3, h4, h5, h6 {color: #000;
font-weight: 700; text-transform: uppercase; text-decoration: underline; text-decoration-color:#e1061a; hyphens: auto;
}
h1 {font-size: 20px;}
a{color:#e1061a; font-weight:700;}
.securebutton-imp {
    background: #e1061a;
    color: #fff;   
    padding: 5px 10px; 
    left: 0;
    top: -7px;    
}