:root {
--main: #916eff;
--accent: #ff88ff;
--secondary: #bd9dfe;
--text: #322977;
--light: #ffffff99;
--white: #ffffff;
--green: #70833c;
--heading: #191250;
--body: #322977;
--bodybg: #ffffff;
--btn-color: #ffffff;
--btn-bgcolor: #191250;
--btn-bgcolor2: #ff88ff;
--e-global-color-primary: #916eff;
--e-global-color-secondary: #ff88ff;
--menu-color: #191250;
--font-size-sm: 14px;
--line-height-sm: 19.6px;
--font-size-md: 18px;
--line-height-md: 25.2px;
}
.btn-theme {
background: var(--main);
color: #ffffff;
height: 50px;
padding: 0 40px;
text-align: center;
line-height: 50px;
}
button.btn-theme {
border: 0;
}