@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {background-color:#fff; font-family: 'Lato'; font-size: 15px; color:#555555;}

h1, h4 {color:#eca598;}
.securebutton-imp{color:#fff; background:#99c6ba; transition: all 1s ease;}
.securebutton-imp:hover{color:#fff; background:#eca598;}

b, strong {color: #99c6ba;}

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