@font-face {
  font-family: Arcade;
  src: url(../assets/ARCADECLASSIC.TTF);
}
#wrapper, html, body {
  background-color: white;
}

#score {
  position: absolute;
  top: 50%;
  margin-top: -342px;
  left: 50%;
  margin-left: -450px;
}

#info {
  position: absolute;
  top: 50%;
  margin-top: 310px;
  left: 50%;
  margin-left: 173px;
  width: 400px;
}

#canvas {
  width: 900px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -450px;
  border-right: 6px solid black;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
}

#menu {
  position: absolute;
  top: 50%;
  margin-top: 314px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: 44px;
}

.icons {
  height: 30px;
  width: 30px;
}
.icons:hover {
  cursor: pointer;
  border-bottom: 1px solid black;
}
