@charset "utf-16";
*{
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}
:root {
  --main-theme-color: #4E6166;
  --theme-faded: #4e616671;
  --theme-color1:#3E606F;
  --theme-dark-color1:#1C2C31;
  --theme-dark-color2:#142024;
  --theme-bright-color: #3A4DA4;
  --theme-title: #50FB00;
}
ol li,ul li{
  text-decoration: none;
  list-style: none;
}
