body {
    background-color: white;
    font-family: 'DOSjapan30';
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10px;
    margin: auto;
    font-size: 14px;
    overflow: scroll;
    color: #785846;
    line-height: 150%;
    letter-spacing:0.75px;
  cursor: url(https://cdn.custom-cursor.com/db/7206/material-apple-cursor.png), auto;
}
.auto {
    cursor: url(https://cdn.custom-cursor.com/db/7206/material-apple-cursor.png) , auto;  
}
index {
   width: 1500px;
   height: auto;
}
h1 {
  font-family: 'DOSjapan30';
    font-size: 25px;
  color: #c24444;
}
h2 {
  font-family: 'DOSjapan30';
  font-size: 17px;
  color: #95d175;
  margin-bottom: 5px;
  letter-spacing:2px;
}
h4 {
  font-family: 'DOSjapan30';
  font-size: 45px;
  color: crimson;
  margin-bottom: 5px;
  letter-spacing:5px;
}
    a:link {
  color: #5c9139;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #fcfcfc;
}

  a:visited {
  color: #78b352;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #fcfcfc;
}

  a:hover {
  color: indianred;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #fcfcfc;
  cursor: url(https://cdn.custom-cursor.com/db/7205/material-apple-pointer.png) , auto;  

}   

@font-face {
  font-family: 'DOSjapan30';
  src: url('https://bloomingmiracles.neocities.org/assets/fonts/DOS-V_re_JPN30.woff');
}