@media only screen and (max-width: 600px) {
  body {
    background-color: white;
  }
}

body, html, #app {
  margin: 0;
  width: 100%;
  height: 92%;
}

#app {
  overflow: hidden;
  touch-action: pan-up;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-shadow: 0 0 5px #ffffff, 0 0 20px #000, 0 0 30px #000;
}

#app h1 {
  --fontSize: 30px;
  --lineHeight: 40px;
  width: auto;
  height: calc(2 * var(--lineHeight));
  line-height: var(--lineHeight);
  margin: 80px;
  font-size: var(--fontSize);
  text-transform: uppercase;
}

#app a {
  margin-top: 2px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

#app canvas {
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
}

.iconS {
  align-items: center;
}
.maill {
  display: flex;
  align-content: center;
  margin-left: 44%;
}
.maill h6 {
  padding-top: 4;
}