body {
  background-color: #000;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  padding:5px;
  text-align: center;
  position: relative;
    --hr-line-offset: 25%;
    --hr-color: #000;
}

::selection {
  color: #000; /*selection text color*/
  background: #eee; /*selection background color*/
}

:-webkit-scrollbar { 
  width: 10px; 
}

:-webkit-scrollbar-track {
background-color: transparent;
}

:-webkit-scrollbar-thumb {
background-color: #000000;

}

h1 {
font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 100px;
  font-style: normal;
}


a {
    font-weight: 700;
  color: #a57c00;
  font-style: italic;
  text-decoration: none;
}

b, strong {
  color: #a57c00;
}

i, em {
  color: #fff;
}

hr{
  width:100%;
  margin: 50px;
  margin-top: 0;

}

