
@import "nav.css";
@import "games.css";
@import "ads.css";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
--background-style: linear-gradient(-45deg, #00f2ff, #23a6d5);
--color-1: rgba(0,242,255,1);
--color-2: #000000;
--color-3: linear-gradient(180deg, #000000 0%, #111050 140%);
--color-4: #333;
--button-bg1: linear-gradient(-45deg, #6056ad, #23a6d5);
--background2: linear-gradient(30deg, #000000 0%, #23a6d5 220%);
}
html{
    background: url("/assets/bg-blue.jpg");
background-position: center; 
  background-repeat: repeat; 
background-attachment: fixed;
  background-size: 100% 100%;
}
#main{
  padding-left: 3.54em;
}
h1{
  color: #ffffff;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 714;
  font-style: normal;
}
html::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
#footer a{
  color: #ffffff;
  text-decoration: none;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 714;
  font-style: normal;
}


html, body {
    cursor: url("/assets/svg/ui/cursor-crosshair1.cur"), default;
    }