body {
  /* padding: 50px; */
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
}

a {
  color: #00B7FF;
}
.container {
  width: 100vw;
  min-height: 100vh;
  background: linear-gradient(180deg, #F9F484 0%, #FFF 24.48%, #FFF 61.98%, #D8FFFF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
@media screen and (max-width: 480px) {
  .header {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .demo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .logo-header {
    width: 70%;
    margin-top: 5vh;
  }
  .demo {
    width: 70vw;
    margin-top: 5vw;
  }
  .value-wrapper {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }
  .value {
    width: 45%;
  }
  .title2 {
    width: 90%;
    margin-top: 5vh;
  }
  .sub-demo {
    width: 30%;
  }
  .demo-wrapper {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 3vh;
  }
  .footer {
    display: flex; flex-direction: column; margin-top: 5vh;
    margin-bottom: 3vh;
  }
  .footer a {
    font-size: 10px;
  }
  .footer p {
    font-size: 10px;
    margin: 0;
  }
  .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .value3 {
    display: none;
  }
  .download-btn {
    width: 80%;
    background-color: #ACFB5D;
    padding: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 3vh;
  }
}
@media screen and (min-width: 480px) {
  .header {
    width: 50vw;
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .logo-header {
    width: 70%;
    margin-top: 5vh;
  }
  .demo {
    width: 30vw;
    margin-top: 5vw;
  }
  .value-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }
  .demo-container {
    flex-direction: row;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
  }
  .value {
    width: 100%;
    margin-top: 10vh;
    margin-left: 5vw;
  }

  .title2 {
    width: 50%;
    margin-top: 5vh;
  }
  .sub-demo {
    width: 30%;
  }
  .demo-wrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 3vh;
  }
  .footer {
    display: flex; flex-direction: column; margin-top: 5vh;
    margin-bottom: 3vh;
  }
  .footer a {
    font-size: 20px;
  }
  .footer p {
    font-size: 20px;
    margin: 0;
  }
  .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .download-btn {
    min-width: 40vw;
    position: absolute;
    top: 5vh;
    right: 3vw;
    background-color: #ACFB5D;
    padding: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 3vh;
    /* box-shadow: 0px 4px 3px 1px rgba(132, 218, 33, 0.20); */
  }
}