body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-color: midnightblue
}
img {
  position: relative;
  max-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 100%;
}
.codeberg-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 100%;
  box-shadow: 2px 2px 2px black;
  filter: brightness(100%);
}
.codeberg-button:hover {
  filter: brightness(125%);
}
.codeberg-button:active {
  filter: brightness(75%);
}
.stats {
  position: absolute;
  margin: auto;
  padding: 10px;
  text-align: center;
  color: white;
  border: 4px double white;
  background-color: #04294e;
  left: 5px;
  top: 5px;
  width: 20%;
}
.display {
  position: absolute;
  margin: auto;
  padding: 10px;
  text-align: center;
  color: white;
  border: 4px double white;
  background-color: #232323;
  right: 20%;
  left: 18%;
  top: 16.5vw;
  width: 20vw;
  height: 20vw;
  font-size: 6em;
  border-radius: 100%;
  line-height: 20vw;
}
h1 {
  font-size: 1.4em;
  margin: 0;
}
p {
  font-size: 1em;
  text-align: left;
  margin: 5px;
}
button {
  cursor: pointer;
  font-size: 1em;
}

@media only screen and (max-width: 700px) {
  html, body {margin: 0; height: 100%; overflow: hidden}
  body {
    font-size: 12px;
  }
  img {
    left: -20%;
    max-width: 140%;

  }
  .codeberg-button img {
    left: 0
  }
  .stats {
    position: fixed;
    left: initial;
    top: initial;
    width: 100%;
    box-sizing: border-box;
  }
  .display {
    right: 20%
  }
  .display {
    right: 20%;
    left: 17.5%;
    top: 26.5vw;
    width: 22vw;
    height: 22vw;
    font-size: 6em;
    border-radius: 100%;
    line-height: 20vw;
  }
  h1 {
    font-size: 2em;
    margin: 0;
  }
  p {
    font-size: 1.6em;
    text-align: left;
    margin: 5px;
  }
  button {
    font-size: 1.7em;
  }
}