* {
  box-sizing: border-box;
  margin: 0;
}
.donate {
  width: 100%;
  max-width: 630px;
  margin:0 auto;
  height: 100vh;
  overflow-y: auto;
  background: url(./background.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.language-change{
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.lang-btn{
  width: 50px;
  margin-top: 20px;
  height: 20px;
  /* background: linear-gradient(90deg, #00c8ff 0%, #0055ff 100%); */
  border-radius: 5px;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hint {
  width: 90%;
  margin-top: 5rem;
  color: white;
  font-size: 13px;
}

.amt {
  width: 90%;
  margin-top: 46px;
  height: 1rem;
  line-height: 1rem;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .8rem;
  background: rgba(255, 255, 255, 0.136);
}
.amt input {
  color: white;
  background: none;
  outline: none;
  height: 1rem;
  line-height: 1rem;
  border: none;
  font-size: 16px;
}
.amt span {
  color: white;
  font-size: 20px;
  height: 1rem;
}

.btn {
  width: 90%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  height: 1rem;
  line-height: 1rem;
  background: linear-gradient(90deg, #00c8ff 0%, #0055ff 100%);
  border-radius: 12px;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
