body {font-family: 'Open Sans';}

h1, h4 {color:#061e5e;}
.securebutton-imp{color:#fff; background:#00af4f; transition: all 1s ease;}
.securebutton-imp:hover{color:#fff; background:#061e5e;}

a {color:#00af4f; transition: all 1s ease; text-decoration: none;}
a:hover {text-decoration:underline; color:#061e5e;}

@media screen and (max-width: 500px) {
#main {padding: 25px;}
h1 {font-size: 26px;}
}
