body {
    margin: 0;
    padding: 0;
    background: #0f0f0f;
}

header {
  height: 100px;
  text-align: center;
  /* background: #dd5c11; */
  background: #FF7C00;
}

h1 {
  position: absolute;
  top: 1%;
  left: 38%;
  font-size: 36px;
  font-family: 'Bungee Shade', cursive;
}

#logo {
  height: 110px;
  width: 580px;
  z-index: 4;
  position: relative;
}

main {
  height: 510px;
  background: url("img/stars.png");
  background-size: cover;
  text-align: center;
}

.sides {
  height: 80%;
  width: 15%;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
  background-color: #0f0f0f;
  vertical-align: top;
  border: 5px solid #232323;
  border-radius: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#canvasDiv {
  height: 500px;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  background: #232323;
}

canvas {
  border: 1px solid #0f0f0f;
  background-color: black;
  border-radius: 10px;
  border: 5px solid black;
  outline: none;
  z-index: 1;
}

.blackDisplays {
  height: 50px;
  width: 100%;
  background-color: #000000;
  position: relative;
  top: 10%;
  margin-bottom: 40px;
  padding: 10px 0;
  font-family: 'Press Start 2P', cursive;
  color: #44E547;
  font-size: 10px;
  text-shadow: 0 0 0.2em #8F7;
  line-height: 1.5
}

.redButtons {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0 20px;
  background: url("img/button1.png");
}

#buttonContainer {
  height: 100px;
  text-align: center;
  /* background: #dd5c11; */
  background: #FF7C00;
}

footer {
  height: 50px;
  /* background: #dd5c11; */
  background: #FF7C00;
  text-align: center;
}

.buttonLabels {
  height: 40px;
  width: 60px;
  font-size: 25px;
  font-family: 'Bungee Inline', cursive;
  color: #000000;
  text-align: center;
  display: inline;
  margin: 0px 30px;
}

#notification {
  height: 30px;
  width: 23%;
  background-color: black;
  z-index: 3;
  position: fixed;
  top: 40%;
  left: 40%;
  color: #44E547;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Press Start 2P', cursive;
  text-shadow: 0 0 0.5em #8F7;
  border: 2px dotted #8F7;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

/*ALTERNATE FONTS */
/*font-family: 'Bungee Inline', cursive;
font-family: 'Bungee Outline', cursive;
font-family: 'Bungee Shade', cursive;
font-family: 'Press Start 2P', cursive;*/
