@charset "utf-8";
/* CSS Document */

body {
  font-family: Comic Sans MS, Comic Sans;
  font-size: 30px;
  color: #001affb2;
  text-align: center;
  background-color: rgba(250, 113, 1, 0.4);
}

ul {
    text-align: center;
    list-style-position: inside;
}

marquee {
  color: #006600;
  font-size: 75px;
  font-family: "Times New Roman", Times, serif;
}

a:link,
a:visited {
  color: #ffffff;
}
a:hover {
  font-weight: bold;
  font-size: 35px;
}
