@font-face {
  font-family: "NokiaCellphoneFC-Small";
  src: url("../assets/fonts/nokiafc22-webfont.eot");
  src: url("../assets/fonts/nokiafc22-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/nokiafc22-webfont.woff") format("woff"),
    url("../assets/fonts/nokiafc22-webfont.ttf") format("truetype"),
    url("../assets/fonts/nokiafc22-webfont.svg#nokia_cellphone_fcsmall")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: black;
  margin: 0;
}

canvas {
  position: absolute;
  left: 50%;
  margin-top: 16px;
  margin-left: -400px;
}

.mute {
  flex: 1;
  text-align: right;
}

.header-container {
  text-align: center;
}

header {
  font-family: "NokiaCellphoneFC-Small", sans-serif;
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  justify-content: space-between;
  width: 800px;
}

.return-to-homepage {
  color: #999;
  text-align: left;
  width: 800px;
  text-decoration: none;
  flex: 1;
}

.return-to-homepage:hover {
  color: #fff;
}

.font-dummy {
  font-family: NokiaCellphoneFC-Small;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
