body {
  background-color: #CC7E2D;
  color: #141A1D;
}

#main {
  width: 1000px;
  max-width: 90%;
  margin-top: 100px;
  text-align: center;
  background-color: #E49F26;
  opacity: 0.8;
  background-image:  repeating-linear-gradient(to right, #E49F26 0, #E49F26 5px, transparent 5px, transparent 10px), linear-gradient(to bottom, #7A3C1D 1px, transparent 1px);
  background-size: 100% 100%, 100% 25px;
  border: 20px double #EDECB9;
}

h1 {
  font-size: 100px;
  color: black;
  padding: 50px;
  background-image: url(notebook.png);
  background-size: 100% 100%;
  opacity: 0.7;
}

#top {
  width: 90%;
  opacity: 0.8;
  background-color: #E49F26;
  box-shadow: 0 0 20px 20px #E49F26;
}

#top img {
  width: 100%;
  height: 100%;
}

#demo img{
 width: 20%;
}

li {
  font-size: 30px;
}

ul {
  text-align: left;
  margin-left: 20%;
}

/*ul {
  text-align: left;
  margin-left: 20%;
}

ol {
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}

#ul1 li {
  font-size: 30px;
}

h2 {
  background-color: #EDECB9;
  margin-left: 5%;
  margin-right: 5%;
}

hr {
  border: 3px dotted #EDECB9;
  width: 70%;
}*/

.edu-au-vic-wa-nt-guides-ONE {
  font-family: "Edu AU VIC WA NT Guides", cursive;
  font-weight: 700;
  font-style: normal;
}

#submit {
  font-size: 40px;
  padding: 50px;
  border-radius: 100px;
  background-color: #EDECB9;
  box-shadow: 0 0 30px 30px #E1E237;
  text-decoration: none;
  color: #141A1D;
}

#makecode {
  font-size: 30px;
  padding: 20px;
  border-radius: 100px;
  background-color: #EDECB9;
  text-decoration: none;
  color: #141A1D;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: radial-gradient(circle at top, rgba(241, 241, 241, 0.5), rgba(200, 123, 42, 0), rgba(200, 123, 42, 0), rgba(200, 123, 42, 0)), url(lamp.png);
  background-position: 0 0, 50% 0;
  background-size: 100% 100%, 100px 100px;
  pointer-events: none;
  background-repeat: no-repeat, no-repeat;
}
