
body{
  background-color: black;
  background-image: url("/art/artbackground.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  
  color:white;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  
}