body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: monospace;
  background: url('glitch1_bg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #ffcccc;
  overflow: hidden;
}

.glitch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.fragment-message {
  position: relative;
  z-index: 10;
  text-align: center;
  top: 40%;
  transform: translateY(-40%);
}

.glitch-text {
  font-size: 1.5em;
  margin: 1em 0;
  text-shadow: 0 0 6px red;
}

.glitch-link {
  font-size: 1.1em;
  color: crimson;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border: 1px solid crimson;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.glitch-link:hover {
  background-color: crimson;
  color: black;
}
