body {
  background-image: url(./Image.avif); 
  background-position: center; 
  background-size: 100%; 
  background-attachment: fixed; 
}

h1 {
  font-family: "Asimovian", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(44, 55, 116);
}

table {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 10%;
}

table {
  border-color: blue;
}