/*BASICS*/
* {
  scrollbar-color: #c7cac9;
  scrollbar-width: thin;
}

body {
  background: url(https://bruisedgh0st.neocities.org/splash/train.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 900px;
  display: block;
  font-family: ms pgothic;
  font-size: 14px;
  overflow: hidden;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

#column {
  flex-direction: column;
  max-width: 300px;
}

.containment {
  position: relative;
  top: 50px;
  right: -300px;
  filter: drop-shadow(5px 5px 25px black);
  background: url("https://bruisedgh0st.neocities.org/splash/receipt.png");
  background-repeat: no-repeat;
  background-size: 60%;
  height: 800px;
}

/*NOTICE*/
.notice {
  background: url("https://bruisedgh0st.neocities.org/home/grid%20paper.png");
  position: relative;
  top: 160px;
  right: -220px;
  filter: drop-shadow(5px 5px 25px black);
  background-repeat: no-repeat;
  background-size: 35%;
  height: 500px;
  transform: rotate(3deg);
}

#warnings {
  width: 250px;
  padding-top: 60px;
  margin-left: 40px;
  margin-right: 15px;
  font-size: 15px;
  transform: rotate(-1deg);
}

/*WEBRINGS*/
.webrings {
  border-radius: 5px;
  border: 1px solid black;
  height: 122px;
  width: 175px;
  transform: rotate(2deg);
  position: relative;
  top: -613px;
  right: -40px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: -3px;
}

#rings {
  width: 160px;
  top: 20px;
  margin: 5px;
}

#selfinsertwebring {
  width: 160px;
}
