body {
  margin: 0;
  padding: 0;
  font-family: monospace;
  background: url('sunset.jpg') center center / cover no-repeat fixed;
}

h1 {
  color: #00f8fc;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  font-weight: normal;
  text-align: center;
  text-shadow:
    0 0 7px #00f8fc,
    0 0 9px #00f8fc,
    0 0 12px #000,
    0 0 18px #000;
}

h2 {
  color: #f411f4;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
  text-align: left;
  text-shadow: 0 0 7px #f411f4;
}

p {
  color: #fff;
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
}

p.contact {
  color: #00f8fc;
  white-space: nowrap;
  text-shadow: 0 0 7px #00f8fc;
  margin: 0 0 2rem;
}

a {
  color: #f411f4;
  text-decoration: none;
  text-shadow: 0 0 7px #f411f4;
}

a:hover {
  text-shadow:
    0 0 7px #f411f4,
    0 0 14px #f411f4,
    0 0 21px #f411f4;
}

.panel {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
  padding: 1rem 1rem 1.25rem;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem 4rem;
}
