body {
  height: 100%;
  margin: 0;
  
  background: rgb(25,25,25);
  background: -moz-linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191919",endColorstr="#000000",GradientType=1);
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  font-family: 'Roboto', sans-serif;
}

.background {
  background-image: url('https://astolfo.co.uk/superlaser_blaise.png');
  opacity: 0.075;

  height: 100%;
  width: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.main-section {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);;
  transform: translate(-50%, -50%);;
}

.main-title-text {
  color: #dedede;
  font-size: 2em;
  font-weight: 800;

  text-align: center;


  /* gradient stuffz
  background: -webkit-linear-gradient(180deg, #0c5528, #34ad48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  margin: 0;
}

.main-description {
  color: #ababab;
  text-align: center;
  font-size: 1em;
  padding-bottom: 15px;
}

.imperial-btn {
  text-decoration: none;
  font-size: 1.05em;
  color: #ffffff;
  background-color: #e06500;
  padding: 8px 12px 8px 12px;
  border-radius: 50px;
  box-shadow: 0 0 20px 5px rgba(255,0,0,0.15);
  white-space: nowrap;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 15px;
}

.imperial-btn:hover {
  color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(255,0,0,0.3);
}

.clonewars-btn {
  text-decoration: none;
  font-size: 1.05em;
  color: #ffffff;
  background-color: #0ac7c4;
  padding: 8px 12px 8px 12px;
  border-radius: 50px;
  box-shadow: 0 0 20px 5px rgba(0,0,255,0.15);
  white-space: nowrap;
  display: inline-block;
  margin-top: -10px;
}

.clonewars-btn:hover {
  color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(0,0,255,0.3);
}

.join-btn:hover {
  box-shadow: 0 0 20px 5px rgba(0,255,0,0.2);
}