html, body {
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;

  .slides, & > .dg {
    display: none;
  }
}

.email {
  position: fixed;
  top: 90%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.email svg {
  width: 65px;
  height: 65px;
}

