.app {
  display: grid;
  gap: 40px;
  grid-template: 1fr 25vh/auto;
  margin: 40px;
  min-height: calc(100vh - 80px);
}

.panel {
  border-radius: 120px;
  overflow: hidden;
}

#global-ctrl {
  border: 0;
  bottom: 80px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
#global-ctrl .button {
  background: none;
  border: 3px solid #052B47;
  border-radius: 9999px;
  color: #052B47;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.25em 1.75em;
  text-transform: uppercase;
}
#global-ctrl .button:hover {
  background: #052B47;
  color: #FFF;
  cursor: pointer;
}

#fish-bowl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background-color: rgb(216, 236, 242);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  height: calc(100vh - 80px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 80px);
}

/*# sourceMappingURL=style.css.map */