/* #10710C, #00aeff, #00ff33 */
/*Fonts that I llike: IBM (needs font-face), Lucida Console, Lucida*/

@font-face {
  font-family: "IBM";
  src: local("IBM"), url("fonts/IBM.woff");
  font-weight: normal;
  font-style: normal;
}

body {  
  background-image: linear-gradient(to bottom, #00aeff, black);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.info_box {
  font-family: "IBM";
  text-shadow: 3px 3px black;
  color: white;
  border-radius: 25px;
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-55%);
}

/*.down {
  font-family: "IBM";
  text-shadow: 3px 3px black;
  color: white;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%);
}

.not_found {
  font-family: "IBM";
  text-shadow: 3px 3px black;
  color: white;
  border-radius: 25px;
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%);
}*/

