* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:root {
  font-family: 'Inconsolata';
  font-size: 18px !important;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
}

.flash, .bar {
  color: #000;
}

.time {
  color: #f00;
}