body {
      background: #4D4D4F;
      color: #99A3A3;
      font-family: "Brush Script MT", "Brush Script MT", cursive;
      text-align: center;
      background-attachment: fixed;
}

.blink {
        animation: blink 1s infinite;
        color: #00f0ff;
        text-shadow: 0 0 5px #ccf, 0 0 10px #eef;
}

marquee {
        color: #3C4142;
        font-weight: bold;
        text-shadow: 0 0 5px #ccf;
}
