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;
}


.note {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #24c21f;
  text-align: start;
  border: 1px solid #24c21f;
  border-radius: 10px;
}

.note2 {
  align-items: center;
  padding: 12px;
  color: #24c21f;
  border: 1px solid #24c21f;
  border-radius: 10px;
}

.warning {
  margin-right: 10px;
  font-size: 50px !important;
}

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

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

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

.important-text {
  color: #24c21f;
}

.image {
  cursor: pointer;
  height: 400px;
}

.code {
  padding: 10px;
  color: #84d181;
  text-align: start;
  background-color: #3c3e4e;
  border-radius: 10px;
}

@media (orientation: portrait) {
  .image {
    width: 95vw;
    height: auto;
  }
}
