body {
  text-align: center;
  background: #868a89;
  font-family: sans-serif;
  font-weight: 100;
  margin-top: 150px;
}

h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  margin: 40px 0px 20px;
}

h2 {
  font-family: sans-serif;
  color: #00816a;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0px 20px;
}

#clockdiv {
  font-family: sans-serif;
  color: #ffffff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: #545555;
  display: inline-block;
}

#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: #000000;
  display: inline-block;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.banner {
  border-radius: 16px;
  width: 50%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #545555;
  color: white;
  text-align: right;
}