/*DIV CSS*/
html
{
  cursor: url(https://cmaoverdensity.neocities.org/cursor.png), auto;
  background-image: url("https://sadhost.neocities.org/images/tiles/redweb.gif");
  background-repeat: repeat;
}

.container {
  background-color: black;
	margin: auto;
  max-width: 600px; 
  min-width: 230px;
  border-style: ridge;
  border-color: crimson;
	border-width: 10px;
  padding-top: 1em;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
    width: 10px;
}

h1 {
  font-family: "New Rocker", system-ui;
}

h2 {
  font-family: "New Rocker", system-ui;
}

body {
  color: crimson;
  font-family: 'Courier New', monospace;
  font-size: 1.5em;
  text-indent: 2%;
  }
  
hr {
  margin-top: 1em;
  border-style: solid none none none;
	border-color: crimson;
	border-width: 3px;
}

/* LINKS */
a {
  color: crimson;
}

a:hover {
  color: crimson;
  text-shadow:0px 0px 5px rebeccapurple, 0px 0px 5px rebeccapurple;
}

a:visited {
    color: grey;
}

/* BUTTONS */
.button {
  background-color: black;
  border-style: solid;
  border-color: crimson;
	border-width: 3px;
  color: crimson;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.7em;
  font-family: 'Courier New', monospace;
  margin-top: 0.5em;
  cursor: pointer;
}
.button:hover {
  background-color: crimson;
}

/* BULLETS */
li::marker {
  color: crimson;
  content: "⛧ ";
}

.img {
  text-indent: 0%;
  }

