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

* {
  color: #eee;
  font-family: 'Montserrat';
}



body {
	background-color: #000;
}
.jumbotron {
	background-color: #000;
}

a {
  
  color: #eee;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.fa.fa-video-camera {
  border-right: 0.1em solid;
  padding-right: 0.5em;  
}

#header, #info {
  font-size: 2em;
  text-align: center;
}

#clock {
  font-size: 1.3em;
  text-align: center;
}

#info {
  margin: 60px 0;
}

.clock-value {
  margin: 0 0 30px;
}