body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: white;
  font-family: "Special Gothic Expanded One", sans-serif;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#title {
  font-size: 4rem;
  letter-spacing: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  gap: 0.3rem;
}

.glitch {
  display: inline-block;
}

    .social-links {
        margin-top: 40px;
        font-size: 2rem;
        letter-spacing: 8px;
        text-align: center;
    }

    .social-links a {
        color: #ffffff;
        text-decoration: none;
    }
    
    .social-links a:hover {
        color: #252525;
    }