body {
  background-image: url("https://oxanis.vercel.app/the-minecraft-backrooms/wallpaper.png");
  margin-left: 20%;
  margin-right: 20%;
}

p {
  color: white;
  font-size: 20 px;
}

h1 {
  color: white;
  font-size: 50px;
}

h2 {
  color: white;
  font-size: 30px;
}

h3 {
  color: white;
}

table {
  color: white;
  border: 1px solid white;
}

th, td {
  color: white;
  padding: 3px;
  border: 1px solid white;
  font-size: 18px;
}
