:root {
--main: #0d354f;
--secondary: #a3714e;
--light: #ffffff;
--dark: #000000;
--heading: #0d354f;
--body: #727272;
--bodybg: #ffffff;
--btn-bgcolor: #ffffff;
--btn-color: #0d354f;
--btn-bgcolor2: #0d354f;
--btn-color2: #ffffff;
}
.btn-theme {
background: var(--main);
color: #ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border: 0;
}