body{
  background-color: white;
  color: black;
  text-decoration: none;

}

img {
  image-rendering: auto; /* Default: browser's standard algorithm, smooths scaled images */
  image-rendering: crisp-edges; /* Preserves contrast and edges, ideal for pixel art */
  image-rendering: pixelated; /* Preserves a "pixelated" look when scaled up */
}

#main {
  margin: 15px;
}

nav {
  display: table;
  text-align: center;
  white-space: normal;
  unicode-bidi: isolate;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  width: 50%;
  text-decoration: none;
  }