.end-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}

.end-info {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.end-result {
  font-family: Barlow Condensed, 'Courier New', Courier, monospace;
}

.end-comment {
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
  width: 300px;
}

.restart-hint {
  font-family: 'Courier New', Courier, monospace;
}