body {
  background-color: #000000;
  color: red;
  height: 100%;
}

.heading {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  text-align: center;
  text-shadow: 2px 2px 5px white;
}

.mcont {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  color: white;
  text-shadow: 2px 2px 5px red;
  text-align: center;
}

.mazephoto {
  height: 250px;
  display: block;
  margin: auto;
  margin-bottom: 80px;
  border-radius: 50%;
}

.mazeicons {
  height: 24px;
  margin-right: 24px;
}

.hwtitle {
  font-size: 32px;
  color: white;
  text-decoration-line: underline;
  text-decoration-style: double wavy;
  text-align: center;
}

.dltext {
  font-size: 20px;
  color: white;
  text-align: center;

}

.dlready {
  font-size: 15px;
  color: green;
  text-align: right;
}

.dlnotready {
  font-size: 15px;
  color: orange;
  text-align: right;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
  color: red;
}

a:active {
  text-decoration: none;
  color: white;
}
