body {
  width: inherit;
  font-family: 'Orbitron', sans-serif;
  background: linear-gradient(#6699f6, #7FFFD4);
  min-height: 700px;
}

h3 {
  line-height: 1;
}

canvas {
  border: 2px solid blue;
  display: block;
  cursor: none;
  background-size:cover;
  position: absolute;

}

#canvas-wrapper {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 800px;
  height: 500px;
}

.pop-up {
  width: 802px;
  height: 502px;
  position: absolute;
  background: black;
  z-index: 2;
  display: none;
  overflow: hidden;
}

.pop-up > iframe {
  width: 50%;
  height: inherit;
  display: block;
}

#general {
  background-image: url("../assets/general.jpg");
  width: 50%;
  background-repeat: no-repeat;
  margin-top: 12px;
}

#start > h3 {
  width: 50%;
  margin-top: 25px;
  font-size: 18px;
}
#start-head {
  font-size: 30px;
}

button:focus {
  outline: none;
}


.visible {
  display: flex;
  justify-content: space-between;
}

h3 {
  line-height: 1.5;
  font-size: 28px;
  color: #ff0101;
  text-align: center;
  margin-right: 20px;
  margin-top: 200px;
}

#display {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  height: 50px;

}

h1 {
  font-size: 32px;
  font-weight: bolder;
  padding-right: 30px;
  margin-bottom: 15px;
  color: #ff8c00;
  margin-top: 5px
  ;

}

button {
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  background-color: #49fb35;
  color: #ff8c00;
  font-size: 25px;
  border: 1px solid gray;
  font-family: 'Orbitron', sans-serif;
  padding-top: 8px;
}



footer {
  width: 600px;
  margin: 0 auto;
  background-color: #49fb35;
  color: #ff8c00;
  height: 50px;
  margin-top: 15px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  padding-top: 16px;
  border: 1px solid gray;
  margin-bottom:40px;
}

footer > span {
  font-weight: 700;
  font-size: 22px;
}

#timer {
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  background-color: #ff8c00;
  color: #49fb35;
  font-size: 25px;
  font-weight: bold;
  border: 1px solid gray;
  font-family: 'Orbitron', sans-serif;
  padding-top: 8px;
  margin-right: 30px;
  text-align: center;
}

#cities-remaining {
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  background-color: #49fb35;
  color: #ff8c00;
  margin-right: 30px;
  font-size: 20px;
  border: 1px solid gray;
  font-family: 'Orbitron', sans-serif;
  padding-top: 8px;
  padding-left: 5px;
}

#mute-button {
  position: relative;
  right: -830px;
  top: 5px;
  width: 64px;
  height: 64px;
  background: url("../assets/sound_on.png");
  background-size: cover;
  border: 0;
}


#controls {
  flex-direction: column;
  justify-content: flex-end;
  width: 200px;
  height: 450px;
  z-index:3;
  margin-left: -223px;
  border: 2px solid blue;
  text-align: center;
  background-color: #ff8c00;
  color: #49fb35;
  font-size: 25px;

}
#controls > h2 {
  margin: 0;

}


#headphones-reco {
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
  color: #ff0101;
  font-weight: bold;
}
#controls > ul {
  list-style: none;
  font-size: 18px;
  margin-left: 0;
  text-align: left;
  padding: 0;
  padding-left: 10px;
  color: black;
}

#content .visible{
  display: flex;
  justify-content: flex-end;
}


#controls > ul > li {
  margin-top: 20px;
}
