h3 {
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(49, 182, 243);
}
a {
  color: black;
}
h2 {
  border: solid;
  border-color: aqua;
  color: aqua;
  border-radius: 50px;
}
.animated-letter:nth-child(1) { color: #4285F4; } 
.animated-letter:nth-child(2) { color: #DB4437; } 
.animated-letter:nth-child(3) { color: #F4B400; } 
.animated-letter:nth-child(4) { color: #4285F4; } 
.animated-letter:nth-child(5) {}
.animated-letter:nth-child(6) { color: #DB4437; } 
.animated-letter:nth-child(7) { color: #F4B400; } 
.animated-letter:nth-child(8) { color: #4285F4; } 
.animated-letter:nth-child(1) { animation-delay: 0.1s; }
.animated-letter:nth-child(2) { animation-delay: 0.2s; }
.animated-letter:nth-child(3) { animation-delay: 0.3s; }
.animated-letter:nth-child(4) { animation-delay: 0.4s; }
.animated-letter:nth-child(5) { animation-delay: 0.5s; }
.animated-letter:nth-child(6) { animation-delay: 0.6s; }
.animated-letter:nth-child(7) { animation-delay: 0.7s; }
.animated-letter:nth-child(8) { animation-delay: 0.8s; }