
body {
  background-image: url("https://paleswordsman.neocities.org/background.jpg");
  background-repeat: no-repeat;
  height: 96vh;
  background-size: cover;
  background-attachment: scroll;
  background-color: black;
  color: grey;
  font-family: Verdana;
  letter-spacing: 4px;
}

h1 {
  text-align: center;
}

a {
  color: rgb(186, 165, 231);
}

a:visited {
  color: rgb(186, 165, 231);
}

#box1 {
  background: rgba(0, 0, 0, 0.451);
	border-radius: 25px;
  width: 80%;
	height:90%;
  margin: auto;
  word-wrap: break-word;
  /*text-indent: 50px;*/
  padding: 30px;
}
