
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-weight: 800;
  font-size: 3rem;
  color: #000000;
  background-color: #cccccc;
}

.revision {
  font-weight: 200;
  position: fixed;
  top: 32px;
  left: 32px;
  display:none;
}

.main-text {
  text-align: center;
}

#mycountdown {
  font-size: 4rem;
}

.network-message {
  font-weight: 200;
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: none;
}

@media screen and (orientation:portrait) {
  .mybreaker::after{
    content: "\a";
    white-space: pre;
  }
}
