body {
  background: url('imgs/backgrounds/1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * MAIN LINKS STYLING
 */

main a:link {
    text-decoration: none;
}

.link {
  padding: 10px;
  border: 3px solid white;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.50);
  text-decoration: none;
  font-family: cursive;
}

.link:hover {
  box-shadow: inset 0 0 1em white, 0 0 2em grey;
  padding: 15px;
}

.link h1 {
  padding: 0;
  margin: 0;
}


/**
 * ERROR STYLING
 */
.error {
  text-align: center;
  padding: 10px;
  border: 3px solid white;
  border-radius: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.50);
  text-decoration: none;
  font-family: cursive;
  width: 
}
