* {
  box-sizing: border-box;
}

.welcome {
  text-align: center;
  background-color: rgba(60, 60, 60, 0.5);
  border-radius: 5px;
  border: 5px rgba(60, 60, 60, 0.5);
  font-family: 'Century Gothic';
}

.homepage {
  text-align: center;
}

.topbar, .topbarhome {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 8px;
  border: 2px solid black;
  color: black;
  border-radius: 10px;
  position: sticky;
}


.topbar:hover, .topbarhome:hover {
  background-color: black;
  color:white;
}

.homepageintro {
  text-align: center;
  background-color: rgba(60, 60, 60, 0.35);
  border-radius: 5px;
  max-width: 100%;
  max-height: 5%;
  font-family: 'Cambria';
  padding-bottom: 2px;
}

.speciescount {
  background-color: rgba(240, 240, 240, 0.75);
  padding: 5px;
  border-radius: 10px;
  max-width: 20%;
  max-height: 4%;
  color: black;
  font-family: 'Arial Black';
  font-size: 17px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.holyshit {
  color: red;
}

.bigbuttonhome {
  background: linear-gradient(to bottom right, rgb(25, 25, 25), rgb(0, 0, 0));
  border: 3px outset black;
  border-radius: 15px;
  color: white;
  display: block;
  margin: 10px;
  padding: 14px;
  text-decoration: none;
  font-family: 'Century Gothic';
  position: relative;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  text-align: center;
  font-size: 22px;
}

.bigbuttonhome:hover {
  background: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(230, 230, 230));
  border: 3px inset black;
  color: black;
}

.or {
  font-family: 'Arial Black';
  font-size: 25px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: -20px;
}

.main {
  background-image: url(Background-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  color: black;
  font-size: 20px;
}

.youarehere {
  text-align: left;
  background-color: rgba(60, 60, 60, 0.35);
  border-radius: 5px;
  max-width: 100%;
  max-height: 2.8%;
  font-family: 'Cambria';
  font-size: 17px;
  margin: -20px 0 -15px 0;
}

.define {
  text-align: center;
  background-color: rgba(60, 60, 60, 0.35);
  border-radius: 5px;
  max-width: 100%;
  max-height: 5%;
  font-family: 'Cambria';
  margin-bottom: 18px;
  padding-bottom: 2px;
}

.define ul {
  list-style-type: none;
  }

.fact {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px;
  border-radius: 10px;
  max-width: 35%;
  color: rgb(210, 0, 0);
  font-style: italic;
  font-family: 'Calibri';
  font-size: 18px;
  float: right;
  margin-top: -15px;
}

.discovered {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px;
  border-radius: 10px;
  max-width: 30%;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: 'Calibri';
  font-size: 18px;
  text-align: center;
  margin-top: -15px;
  margin-bottom: -15px;
}

.ranking {
  text-align: left;
  background-image: linear-gradient(to bottom, rgba(105, 210, 60, 0.75), rgba(45, 150, 0, 0.75));
  display: inline-block;
  padding: 0.5% 1%;
  border-radius: 0px 10px 0px 10px;
  font-family: 'Arial Black';
  font-weight: bold;
  position: relative;
  margin-bottom: -15px;
}

.optionList {
  list-style: none;
}

.optionList li a {
  background: black;
  border: 1px solid black;
  border-radius: 0px 25px 25px 0px;
  color: white;
  display: inline-block;
  margin: 10px;
  padding: 14px;
  text-decoration: none;
  font-family: 'Century Gothic';
  position: relative;
  margin-left: -25px;
}

.optionList li a:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid black;
  color: black; 
}

.image {
 border: 3px solid black;
 margin: 10px;
 float: left;
}

.imagetext {
  font-family: Verdana;
  font-style: italic;
  font-size: 15px;
  text-align: center;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 42%;
  margin-bottom: -10px;
  margin-left: 10px;
  margin-top: 20px;
}

.speciesfact {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px;
  border-radius: 10px;
  color: rgb(210, 0, 0);
  font-style: italic;
  font-family: 'Calibri';
  font-size: 18px;
  max-width: 56%;
  float: right;
  margin-top: -15px;
}

.an {
  background-color: rgba(0, 0, 0, .4);
  color: white;
  padding: 5px;
  border-radius: 10px;
  border: 2px solid rgb(130, 65, 210);
  font-family: 'Georgia';
  font-size: 18px;
  max-width: 56%;
  float: right;
  margin-top: -10px;
}

.rootword {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px;
  border-radius: 10px;
  color: blue;
  font-family: 'Calibri';
  font-size: 18px;
  max-width: 56%;
  float: right;
  margin-top: -15px;
}