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

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

h1, h4 {color: #d6c29a;}
.securebutton-imp{color:#585858; background:#eae1d4; transition: all 1s ease; font-weight: 600;}
.securebutton-imp:hover{background:#fdf4e3; color:#585858;}

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