/* application.css or application.scss */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.neon {
    color: white;
    text-shadow: 0px 0px 10px cyan,
                 0px 0px 20px cyan,
                 0px 0px 40px cyan,
                 0px 0px 80px cyan;
} 

.degrade-horizontal {
    background: linear-gradient( #73C2FB, #26619C);
    height: 100vh;
    width: 100vw;
    background-size: cover;
    display: flex;
}

.helvetica-text {
    font-family: Helvetica, Arial, sans-serif;
  }
  