body {
  height: 100vh;
  background-image: url("https://unsplash.it/1920/1080?random");
  background-color: #111;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container {
  font-family: "Cutive Mono", monospace;
  width: 100vw;
  height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.container .date {
  width: 100%;
  text-align: center;
  color: #a93411;
  font-size: 40px;
}
.container .clock {
  width: 100%;
  text-align: center;
  color: #BADA55;
  font-size: 100px;
}
.container .showSecs, .container .showDate {
  color: #eee;
  font-size: 20px;
}
.container .dateToggle, .container .secToggle {
  width: 15%;
}