@font-face {
  font-family: "Teletext";
  /* font-style: normal; */
  /* font-weight: 400; */
  src: url("//fonts.ufp.se/ttf/EuropeanTeletextNuevo.ttf");
}

p {
  font-family: "Roboto", serif;
  text-align: center;
  margin: 5px;
}

.temp {
  font-size: 60px;
  font-weight: bold;
}

.time {
  font-size: 12px;
}

.small {
  font-size: 15px;
  white-space: nowrap;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.mono {
  font-family: "Teletext", monospace;
  white-space: pre;
}

.svg {
  width: 100px;
}

.alt {
  font-size: 13px;
}
