body {
    background-image: linear-gradient(to top, #2a3061, #191e47);
}


.StoreLink-Setup {
    margin-top: 150px;
  width: 230px;
  height: 57px;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.87);
}

.Rectangle-364 {
    margin:auto;
  width: 471px;
  height: 468px;
  border-radius: 4px;
  box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Button {
    float: right;
    margin-right: 50px;
  border-radius: 3020px;
  background-color: #27ae60;
}

.Button-Text {
  width: 100px;
  height: 40px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 0.3px;
  color: #ffffff;
}
input {
 margin: 6px;
  width: 360px;
  height: 45px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
}