* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  overflow:hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: "Seattle Sans";
  src: url("fonts/SEASANS.TTF");
    src: url('fonts/SEASANS.eot') format('embedded-opentype'),
         url('fonts/SEASANS.woff2') format('woff2'),
         url('fonts/SEASANS.woff') format('woff'),
         url('fonts/SEASANS.ttf') format('truetype'),
         url('fonts/SEASANS.svg#SEASANS') format('svg');
  }
.h1 {
    font-family: 'Seattle Sans', Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    color: white;
    position: absolute;
    font-size: 48px;
    width: 100px;
    height: 60px;
    top: 50%;
    left: 45.5%;
    margin: 0%;
    padding: 15px;
    white-space: normal;
    
}

.h2 {
  font-family: 'Seattle Sans', Helvetica, sans-serif;
  font-weight:normal;
  font-style:normal;
  color: white;
  position: absolute;
  font-size: 24px;
  width: 200px;
  height: 60px;
  top: 44.7%;
  left: 66%;
  margin: 0%;
  padding: 15px;
  white-space: normal;
  
}

.glow:hover {
  color: #fff;
  text-shadow: #fff 0px 0px 10px;
}

.hidden {
      display: none;
    }

.parent {
  width: 100%;
  height: 100%;
  position: absolute;
}

.center {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  margin-top:-88px;
  margin-left: -319px; 
  top: 40%;
  left: 50%;
  /*border: 5px solid blue;*/
  white-space: normal;

}

.forums_button {
  position: relative;
  width: 96px ;
  height: 42px;
  top: 65%;
  left: 40%;
  /*border: 5px solid blue;*/
  margin: -85px -100px -100px -30px;
}


.discord {
  position: absolute;
  width: 60px ;
  height: 60px;
  top: 67%;
  left: 40%;
  border-radius: 50%;
  /*border: 5px solid blue;*/
  margin: -55px -100px -100px -55px;
  transition: all 0.2s ease-in-out;
}
.glow-discord:hover {
color: #7289da;
box-shadow: 0 0 15px 2px #7289da;
}
.steam {
  position: absolute;
  width: 60px ;
  height: 60px;
  top: 67%;
  left: 45%;
  border-radius: 50%;
  /*border: 5px solid blue;*/
  margin: -55px -100px -100px -55px;
  transition: all 0.2s ease-in-out;
}
.glow-steam:hover {
color: #181bb6;
box-shadow: 0 0 15px 2px #181bb6;

}
.twitter {
  position: absolute;
  width: 60px ;
  height: 60px;
  top: 67%;
  left: 50%;
  border-radius: 50%;
  /*border: 5px solid blue;*/
  margin: -55px -100px -100px -55px;
  transition: all 0.2s ease-in-out;
}
.glow-twitter:hover {
color: #00acee;
box-shadow: 0 0 15px 2px #00acee;

}

.twitch {
  position: absolute;
  width: 60px ;
  height: 60px;
  top: 67%;
  left: 55%;
  border-radius: 50%;
  /*border: 5px solid blue;*/
  margin: -55px -100px -100px -55px;
  transition: all 0.2s ease-in-out;
}
.glow-twitch:hover {
color: #6441a5;
box-shadow: 0 0 15px 2px #6441a5;
}

.youtube {
  position: absolute;
  width: 60px ;
  height: 60px;
  top: 67%;
  left: 60%;
  border-radius: 50%;
  /*border: 5px solid blue;*/
  margin: -55px -100px -100px -55px;
  transition: all 0.2s ease-in-out;
}
.glow-youtube:hover {
color: #d4101d;
box-shadow: 0 0 15px 2px #d4101d;
}