html, body {
  height: 100%;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  background-color: black;
}

.flex-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glitch {
  color: white;
  font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
  font-size: 65px;
  position: relative;
}

.glitchDuplicate {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
}
