html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #9CF;  
  background: linear-gradient(180deg, #CFF 0%, #6CF 33%, #CCF 67%, #C9F 100%);
  color: white;
  font-family: 'Courier New', monospace;
  font-size: 17px;
}

main {
  text-align: center;
  max-width: 800px;
  height: 100%;
  margin: auto;
  background-color: black;
  background: linear-gradient(180deg, rgb(0, 0, 0, 0.85) 0%, rgb(0, 0, 0, 1) 85%);
  position: relative;
  padding-top: 16px;
  box-sizing: border-box;
}

#wrapper {
  z-index: 2;
  position: relative;
  height: 50%;
  display: flex;
  flex-direction: column;
}

#content {
  margin: auto;
}

#bg {
  width: 100%;
  max-height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

h1, h2 {
  font-weight: normal;
}

h1 {
  margin-bottom: 20px; 
}

a {
  color: #6CF;
}

.social {
  margin-top: 34px; 
}

.social img {
  width: 48px;
  height: 48px;
  margin: 0 3px;
  opacity: 0.95;
}

.social img:hover {
  opacity: 1;
}

.help-icon {
  background-color: #6DF;
  color: black;
  opacity: 0.9;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0.32rem;
}
