html {
  width: 100%;
  height: 100%;
}

body { 
  font-family: "Times New Roman", Verdana, Arial, Tahoma, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  background-color: #000000;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-position: top, center;
  background-size: contain;
  border: none;
}

