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

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

.thanks {
  font-size: 20px;
  line-height: 40px;
}
