:root {
  --title-color: #eb3f57;
  --button-bg: linear-gradient(180deg, #eb3f57 0%, #893944 100%) !important;
  --button-box-shadow: 10px 10px 20px 0px rgba(170, 170, 204, 0.5),
    5px 5px 10px 0px rgba(170, 170, 204, 0.25);
  --other-title: #454654;
  --text-color: #000;
} 

* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body{
   background: #F5F5FA;
}


