body {
  background-color: #2451ff;
  line-height: 21px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: .875rem;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: black;
  background-image: url('../images/bg.svg');
  background-size: 50.5%;
  background-repeat: no-repeat;
}

.page {
  margin-top: 26px;
  margin-bottom: 26px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.column {
  text-align: left;
  width: 100%;
}

.container {
  padding: 26px;
  background-color: white;
  border-radius: 2rem;
}

.logo {
  height: 34px;
}

.input-container {
  display: block;
}

.input-header {
  font-weight: 500;
  color: rgb(73 80 87);
  padding-bottom: 6px;
  display: block;
}

.input-box {
  display: block;
  padding: 0.75rem;
  width: 90%;
  outline: none;
  box-shadow: none;
  border-style: solid;
  border-width: 1px;
  border-color: #cdcccc;
  border-radius: 10px;
  margin-bottom: 20px;
}

.buy-button {
  background-color: #2451ff;
  width: 120px;
  border-width: 0px;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

*:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.stats {
  display: inline-block;
  line-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.button {
  width: 120px;
  background-color: rgb(36, 81, 255);
  border-width: 0px;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px;
  border-radius: 25px;
  cursor: pointer;
}

#sending, #error {
  display: none;
}

a, a:focus, a:hover {
  outline: 0;
  color: black;
}

@media (min-width: 640px) {
  .page {
    display: flex;
  
  }

  .column {
    width: 50%;
  }
}