html,
body {
  min-height: 100vh;
  overflow: auto;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: white;
  font-family: Poppins, sans-serif;
  background-color: #1d1e28;
}

.content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.button {
  margin: 10px 2px;
  padding: 15px 48px;
  color: white;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

.button-sub {
  font-weight: 400;
}

.download-btn {
  background-color: #1fc71f;
}

.endsupport-download-btn {
  background-color: #ff0000;
}

.downloadold-btn {
  background-color: #777777;
}

.download-soon-btn {
  background-color: #eeb282;
}

.old-btn {
  background-color: #2c2f33;
}