
@font-face {
  font-family: 'BergenSans';
  src: url('BergenSans-Bold.woff') format('woff');
  font-weight: bold;
}
.pane,
canvas {
  position: absolute;
}

#top {
  color: white;
}

.pane.hidden {
  height: 0px;
  overflow: hidden;
}

.overlay-wrapper {
  height: 100vh;
  width: 100vw;
  position: relative;
  margin: 0;
}

.content {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-self: center;
  flex-direction: column;
  justify-content: center;
}

h1 {
  display: table;
  margin: 0 auto;
  font-family: "BergenSans";
  font-size: 8vw;
}
img{
  width: 20vw;
  margin: 0 auto;
}