* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f4f3f1;
  color: #505050;
  font-family: 'Courier Prime', monospace, sans-serif;
  min-height: 100vh;
  overflow: hidden;
}

#app {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#p5-container {
  width: 100%;
  height: 100%;
  position: relative;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tp-dfwv {
  z-index: 1000 !important;
  position: fixed !important;
}