body {
  background-image: url('https://file.garden/ag72qmTZQUt_csfB/backgroundtile');
  background-position: center center;
  background-repeat: repeat;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  cursor: url('cursor.png'), auto;
}

.navlinks {
  border-radius: 4px;
  text-shadow: 1px 2px 1px white;
}

.thingleft {
  background-color: white;
  border: 4px solid blue;
  box-shadow: 2px 2px 3px black;
  width: 700px;
}
