body {
  font-family: 'Comfortaa', cursive;
  font-family: 'League Spartan', sans-serif;
  background-color: #7289DA;
  margin: 0;
  background: black;
  color: white;
}

p {
 font-size: 20px; 
}

.shh {
  color: black;
}

/* nav bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 26px;
  vertical-align: middle;
}
/* buttons */
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: 'League Spartan', sans-serif;
}

/* Main Levels */
.start {
  background-color: transparent;
  color: white; 
  border: 5px solid white;
  border-radius: 25px;
}

.start:hover {
  background-color: rgba(0,0,0,0.5);
  color: white;
}

.gob {
  background-color: transparent;
  color: white; 
  border: 2px solid white;
  border-radius: 25px;
  font-size: 18px;
}

.egg {
  background-color: transparent;
  color: white; 
  border: 2px solid white;
  border-radius: 25px;
  font-size: 16px;
}

.egg:hover {
  background-color: rgba(0,0,0,0.5);
  color: white;
}

/* image sizing */
.logo {
 width: auto;
 height: 35px;
 padding: 5px 5px;
}

.bi {
  width: auto;
  height: 420px;
}

.bg {
  background-image: url("https://crypticegg.neocities.org/gameon/toyoatrocities/images/fire.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* hof */
table {
  width:90%;
  background: rgb(0,0,0,0.5);
}

table, th, td {
  border: 1px solid white;
}

th, td {
  padding: 10px;
}
