body {
  background-color: white;
  color: navy;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  text-align: center;
    background-image: url("loopinbg.png");
  background-repeat: repeat;
}

a:visited {
  color: darkred;
  background-color: transparent;
  text-decoration: underline;
}

a:link {
  color: firebrick;
  background-color: transparent;
  text-decoration: underline;
}

ul {
  display: table;
  margin: 0 auto;
}

.container {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.container::-webkit-scrollbar {
  width: 0;
  height: 0;
}