﻿ .neon {
  color: #fff;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #0ff,
    0 0 80px #0ff,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;
}














/* general styling */
:root {
  font-size: calc(1vw + 1vh + 0.2vmin);
}

html, body {
  height: 100%;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 800px;
  padding: 0 1rem;
  margin: 0 auto;
}

body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010a00;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif;
  font-size: 1rem;
}

.neon-section h1 {
    font-size: 1.2rem;
}

@media (max-width: 600px) {
  .neon-section {
    font-size: 1.2rem;
  }
}