body {
    text-align: center;
    font-family: "Arial", Helvetica, sans-serif;
    padding: 20px;
    background: blue;
    color: white;
    font-size: 5vw;

}

.clock {
    color: white;
    font-family: "Arial", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 5vw;
}

h1 {
  color: white;
 font-family: "Arial", Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size:12vw;
}

h2 {
  color: white;
  font-family: "Arial", Helvetica, sans-serif;
  font-size:5vw;
}

a:any-link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
  color: #FFFFFF;
}

a:active {
  color: #FFFFFF;
}
