


a:link {
  color: limegreen;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: limegreen;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

h1 {
  font-size: 46px;
  color: red;
}

h3 {
  font-size: 24px;
  color: blue;
  }
  

  
 .glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 20px blue, 0 0 20px blue, 0 0 20px blue
  }
  to {
    text-shadow: 0 0 20px #fc0303, 0 0 20px #fc0303, 0 0 20px #fc0303
  }
}





h4 {
  font-size: 24px;
  color: white;
}

p {
  font-size: 18px;
  color: white;
}

.green {
  color: limegreen;
}


.red {
  font-size: 30px;
  color: red;
}


h2 {
  font-size: 30px;
  color: red;
}


.white {
  font-size: 22px;
  color: white;
}


ol {
  font-size: 26px;
  color: white;
}

