preload {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: fixed;
  left: -100px;
  top: -100px;
}

:root {
  --color-primary: #3C90F5;
  --color-secondary: #ECB214;
  --background-color-primary: #111111;
  --background-color-secondary: #212121;
  --background-color-tertiary: #303030;
  --text-color-primary: #c0c0c0;
  --text-color-secondary: #A6A6A6;
  --text-color-tertiary: #707070;
}

._img_loading_screen_background,
._img_home_screen_background {
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}