/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
  font-family: "Nintendo-DS-BIOS";
  src: url("/Nintendo-DS-BIOS.woff") format("woff");
}

p, li, ul, h2, body, a, img{
 text-align: center;
 font-family: 'Nintendo-DS-BIOS';
}



img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}


/*##################################################*/

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-family: "Nintendo-DS-BIOS"
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  font-family: "Nintendo-DS-BIOS"
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/*########################################################## */



.fakelink {
  color: blue;
  text-decoration: underline;
  font-family: "Nintendo-DS-BIOS"
}

.box {
  width: 360px;
  height: 193px;
  border: 1px solid grey;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  background-image: url("back.png");
  border-radius: 10px;
  border-width: 3px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  font-family: "Nintendo-DS-BIOS"
}

.music {
  padding-top: 25px;
  font-family: 'Nintendo-DS-BIOS'
}

.divperimeter {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.divcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.whateverman {
  color: white;
  float: left;
  padding-top: 20px;
  margin-left: 33.5%;
  text-align: center;
}

/*##########################BACKGROUND VIDEO################################ */

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/*########################################################## */

