video {
    position: relative;
    display: inline;
}

canvas {
  display: none;
  margin-right: -800px;
  z-index: 10;
  position: relative;


  -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;


}

body {
 background-image: url("res/space.jpeg");
 background-color: #000000;
  font-family: 'Courier New', monospace;
}

h1{
  font-family: 'Tourney', cursive;
  font-size: 70;
  color: #000000;
}

button{
  font-family: 'Courier New', monospace;
  font-size: 20;
}

#go {
  display: none;
}
#loading {
  display: none;
}

#onBlack {
  color: grey;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #f0f0f0;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  max-width: 500px;
  width: 80%;
}

a:link {
  color: grey;
}

a:visited {
  color: grey;
}

a:hover {
  color: darkgrey;
}

a:active {
  color: darkgrey;
} 