html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #000;
  margin: 0;
  overflow: hidden;
  padding: 0; 
}

main {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  height: 100%;
  -moz-box-shadow: inset 0 78px 119px #000000;
  -webkit-box-shadow: inset 0 78px 119px #000000;
  box-shadow: inset 0 78px 119px #000000;
}

.w-100 {
  text-align: center;
}

h1, h2 {
  font-family: 'Cinzel', serif;
  text-shadow: 5px 3px 0px black;
  color: yellow;
  font-weight: normal;
}

h1 {
  font-size: 6em;
}

h2 {
  font-size: 50px;
}

a {
  font-weight: bold;
  text-shadow: 1px 1.5px 0px black;
  font-size: 2.5vw;
  color: white;
  text-decoration: none;
  line-height: 1px;
}

a.random-link {
  font-weight: bold;
  text-shadow: 1px 1.5px 0px black;
  font-size: 1.5vw;
  color: white;
  text-decoration: none;
  line-height: 1px;
  color: yellow;
  cursor: pointer;
}

i {
  font-weight: normal;
  font-size: 1.5vw;
  color: white;
}

img {
  width: 100%; 
}

.container img {
  height: 220px;
  object-fit: cover;
}

canvas {
  opacity: 0.8;
  position: fixed;
}

.global-container {
  position: fixed;
  padding: 0 !important;
  margin: 0 !important;
}

.global-container > div {
  overflow: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
 
  h1, h2 {
    font-size: 3em;
  }

  p {
    font-size: 3em;
      text-align: center;		
  }

  i {
    font-size: 2em;	
    line-height: 1em;	
  }

  a.random-link {
    font-size: 1em;	
    line-height: 1em;	
  }

  footer {
    font-size: 0.5em;	
    line-height: 1em;
  }

  .container img {
    height: auto;
  }  
}

.github {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 9999;
}

footer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 5px;
}
