@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

html {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  max-width: 410px;
  height: 100%;
  width: 95%;
}
body {
  background: linear-gradient(#222, #000);
  background-blend-mode: normal;
  background-size: cover;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
  color: #EEE;
  font-family: 'Outfit', sans-serif;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
h3 {
  color: #EEE;
  font-family: 'Outfit', sans-serif;
  text-shadow: 1px 1px 5px #000;
}
p {
  color: #EEE;
  font-family: 'Outfit', sans-serif;
}
a {
  color: #0FF;
  font-family: 'Outfit', sans-serif;
}
.levelimg {
  position: relative;
  color: white;
}

.levelimg-desc {
  position: absolute;
  bottom: 10px;
  left: 16px;
  margin-right: 16px;
  text-align: left;
  font-family: 'Outfit', sans-serif;
}

.levelimg-name {
  position: absolute;
  top: -14px;
  margin-right: 16px;
  left: 16px;
  text-align: left;
  font-family: 'Outfit', sans-serif;
}

.levelimg-version {
  position: absolute;
  top: 8px;
  right: 16px;
  left: 16px;
  text-align: right;
  font-family: 'Outfit', sans-serif;
}

.levelimg-download {
  position: absolute;
  bottom: 10px;
  left: 16px;
  right: 16px;
  font-family: 'Outfit', sans-serif;
  text-align: right;
}

.levelimg-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button {
  background-color: #47afff;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}