/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("https://starrain.neocities.org/bg/5931ecc85ee6701b31549cabb0640921.jpg");
  color: black;
  font-family: AcPlus;
  overflow-x: hidden;
}

footer {
  background-image: url("https://starrain.neocities.org/banner/fleur.png");
  color: black;
  font-family: AcPlus;
  height: 225px;
  background-size: 1920px;
  bottom: 0px;
  position: absolute;
  width:100%;
  z-index: -1;
}

h1,h2{
  margin: 3px;
  text-align: center;
}

h4,h5,h6,h3{
  margin: 3px;
}

hr{
  height:2px;
  border-width:0;
  color:black;
  background-color:black
}

.border {
  background-image: url("https://starrain.neocities.org/border/dwadafawfwaf.png");
  color: black;
  font-family: AcPlus;
  height: 37px;
  background-size: 300px;
  z-index: 2;
  position:  relative;
  top: 10px;
}

.nav{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.nav_frame{
  width:100%;
  border: 0px;
  height:33px;
  top:5px;
  position: relative;
  overflow-y: hidden;
}

.nav_button {
  position: relative;
  top: 18px;
  width: 170px;
  display:inline-block; 
  text-align: center;
  font-size: 18px;
}

.side_frame1{
  width:100%;
  border: 0px;
  height:50px;
  top:5px;
  position: relative;
  overflow-y: hidden;
}

.side_frame2{
  width:100%;
  border: 0px;
  height:200px;
  top:5px;
  position: relative;
  overflow-y: hidden;
}

.side_frame3{
  width:100%;
  border: 0px;
  height:200px;
  top:5px;
  position: relative;
  overflow-y: hidden;
}

.web_button{
  width:88px;
  display: inline-block;
}

.sticker{
  position: absolute;
  width: 30px;
}


.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.cover {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: AcPlus;
  src: url('https://starrain.neocities.org/fonts/AcPlus_Rainbow100_re_66.ttf');
}

@font-face {
  font-family: ruigslay;
  src: url('https://starrain.neocities.org/fonts/ruigslay.regular.ttf');
}

::-moz-selection { /* Code for Firefox */
  background: rgb(100 172 214);
  color: white;
  text-shadow: 0px 0px 3px white;
}

::selection {
  background: rgb(100 172 214);
  color: white;
  text-shadow: 0px 0px 3px white;
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  background: fill;
  pointer-events: none;
}

.top{
  width: 900px;
  margin: auto;
  background: white;
  border: 2px solid black;
  padding: 5px;
  font-family: ruigslay;
}

.main{
  width: 900px;
  margin: auto;
  background: white;
  border: 2px solid black;
  padding: 5px;
  border-radius: 5px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) */
   box-shadow: 10px 10px; 
}

.main2{
  height:100%;
  width:98.3%;
  color:black;
  background-color:white;
  padding: 5px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 10px
}

.outline{
  background: white;
  border: 2px solid black;
  padding: 5px;
  border-radius: 5px
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #5c5c5c;
}

/* selected link */
a:active {
  color: #5c5c5c;
}


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
  border-left: 2px solid black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}



