#main, body {
background: #494845;
color: white;
}

.securebutton-imp {
background: #a5d426;
color: white;
text-transform: uppercase;
padding: 5px 20px;
border-radius: 7px;
transition: 0.3s;
width: 200px;
text-align: center;
font-weight: 700;
}

.securebutton-imp:hover{
background: #81a916;
color: white;
}

h1,h2,h3, h4{
color: #a5d426;
}

a{
color: #a5d426;
}
