html{
  background-color: #f4f4f4;
  font-family: ProductSans;
  scroll-behavior: smooth;
}

hr{
  width: 95%;
  height: 5px;
  color: #222222;
  background-color: #222222;
  border-radius: 6px;
}

#mainLogo{
  text-align: center;
  font-size: 400%;
  letter-spacing: 3px;
  padding: 2.2%;
  background-image: linear-gradient(to right, #9B37F4 ,#4F1DC5);
  color: white;
  border-radius: 70px;
  left: 50%;
  right: 50%;
  margin: 1.5% 8% 5% 8%;
  text-shadow: 0 0 10px #121212;
}

@font-face {
  font-family: ProductSans;
  src: url(productsansregular.ttf);
}

.navigation{
  margin-bottom: 5%;
  width: 99%;
  overflow: auto;
}

.navigation a{
  background-color: #6c5ce7;
  padding: 1.5%;
  Color: white;
  text-align: center;
  text-decoration: none;
  font-size: 120%;
  width: 22%;
  float: left;
}

.navigation a:hover{
  background-color: #8c7ae6;
  transition-duration: 0.2s;
}

@media screen and (max-width: 550px) {
  .navigation a {
    float: none;
    display: block;
    width: 97.1%;
    text-align: center;
  }
}

.heading{
  background-color: #c2c2c2;
  color: #121212;
  padding: 15px;
  border-radius: 10px;
  margin: 5% 0 2% 0;
}

.headingText{
  margin: 1.1% 0 1.1% 1.8%;
  font-weight: bolder;
  font-size: 190%;
  word-spacing: 50%;
  text-shadow: 0.6px 0.6px 1.2px #5a5a5a;
}

.block-items{
  background-color: #d3d3d3;
  padding: 10px;
  color: #121212;
  margin: 2% 10% 5% 3%;
  border-radius: 10px;
}

.gamesLinks{
  color: #121212;
  text-decoration: none;
  font-size: 120%;
  margin-bottom: 5%;
}

.gamesLinks:hover{
  text-decoration: underline;
}

.gameIcon{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0.6%;
}

.text{
  color: #121212;
  text-decoration: none;
  font-size: 120%;
  margin: 1%;
}

.socialMedia{
  font-family: ProductSans;
  font-size: 110%;
  text-decoration: none;
  line-height: 150%;
  color: black;
  margin: 4% 2% 4% 2%;
  border: 3px solid #121212;
  padding: 0px 0px 6px 15px;
  border-radius: 7px;
  transition: transform 1s;
}

.socialMedia:hover{
  transform: rotate(-6deg);
}

.socialMediaText{
  color: #121212;
  text-decoration: none;
  letter-spacing: 200%;
}

.fa{
  padding: 10px;
  font-size: 140%;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-instagram:hover{
  background: white;
  color: #2d62db;
  transition-duration: 0.2s;
}

.fa-envelope:hover{
  background: white;
  color: #dd4b39;
    transition-duration: 0.25s;
}

.fa-instagram {
  background: #2d62db;
  color: white;
  font-size: 60px;
}

.fa-envelope {
  background: #dd4b39;
  color: white;
  font-size: 60px;
}

.email{
/*  border: 2px solid #0005c3;
  border-radius: 5px; */
  color: #0005c3;
  text-decoration: none;
  padding: 4px;

}
.email:hover{
  text-decoration: underline;
  text-decoration-color: #0005c3;
  color: #0005c3;
}

table, td{
  padding: 5px 40px 10px 5px;
}

.thankYouPersons{
  text-decoration: none;
  color: #121212;
}
.thankYouPersons:hover{
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: 1px solid #121212;
}
.update-container{
  background-color: #84f741;
  margin: 10px 7% 10px 7%;
  padding: 10px;
  border: 2px solid #121212;
  border-radius: 5px;
}
.update-container p{
  font-size: 20px;
}
.update-container li{
  margin-bottom: 5px;
  font-size: 19px;
}
