@import url('https://fonts.googleapis.com/css?family=Orbitron');

@font-face {
  font-family: consolas, courier_regular, sans-serif;
  src: url('../others/Consolas.ttf');
}

#clock2 {
  font-family: 'Orbitron', sans-serif;
  color: #66ff99;
  font-size: 15px;
  text-align: center;
}

#clock {
  font-size: 30px;
  text-align: center;
  font-family: 'Warnes', cursive;
  color: #ff56bb;
  text-shadow: 0 0 5px #ff56bb, 0 0 10px #ff56bb, 0 0 15px #0073e6, 0 0 20px #0073e6, 0 0 25px #ff56bb, 0 0 30px #ff56bb, 0 0 35px #ff56bb;
}
