.intro-text {
  width: 75%;
  border: 2px solid mediumseagreen;
  padding: 24px 16px 24px 16px;
  margin-left: 20px;
  margin-top: 20px;
}

.intro-emph {
  font-style: italic;
}

.rules-box {
  border: 1px solid SteelBlue;
  padding: 18px;
  margin-bottom: 24px;
  box-shadow: -3px 3px 5px royalblue;
  border-radius: 6px;
}

.sub-box {
  margin-left: 32px;
  margin-right: 32px;
  padding: 24px;
  background-color: darkkhaki;
  box-shadow: -2px 2px 3px sienna;
  border-radius: 4px;
}

.url {
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  background-color: lightgray;
}

p {
  font-family: "Heebo";
  font-size: 20px;
  color: #444;
}

h2 {
  font-family: "Rowdies";
  font-size: 32px;
  color: #00a;
}

.intlink {
  padding: 12px;
}

a:link {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: dodgerblue;
  text-decoration: none;
}

a:visited {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: mediumseagreen;
  text-decoration: none;
}

a:hover {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: red;
  text-decoration: underline;
}

a:active {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 24px;
  color: mediumblue;
  text-decoration: underline;
}