/* Starting styles */
.starting_body {
  text-align: center;
  background-color: white;
  color: black;
  font-family: Courier;
  padding-bottom: 50px;
  text-shadow: 0px 0px 10px white, 0px 0px 2px white;
}

.starting_footer {
  text-align: center;
  font-family: Courier;
  padding-top: 200;
  padding-bottom: 50;
}



/* Text sizes */
.title_stuff {
  font-size: 50px;
}

.big_texts {
  font-size: 35px;
}

.medium_texts {
  font-size: 28;
}

.small_texts {
  font-size: 20px;
}

.images {
  padding-top: 50px;
  text-align: center;
}



/* Link styles */
a:link {
  text-shadow: 0px 0px 25px #e68a00;
  color: black;
  text-decoration: none;
  font-weight: 900;
}

a:visited {
  text-shadow: 0px 0px 25px #e68a00;
  color: black;
  text-decoration: none;
  font-weight: 900;
}

a:hover {
  text-shadow: 0px 0px 5px #e68a00;
  color: orange;
  text-decoration: none;
  font-weight: 900;
}

a:active {
  text-shadow: 0px 0px 5px red;
  color: red;
  text-decoration: none;
  font-weight: 900;
}

.link_stuff {
  font-size: 30px;
}


























