.fs-8 {
  font-size: 10px;
}
.link-color {
  color: #d4a0ff;
}
button {
  font-size: 0.9rem;
}
.terms p {
  width: 50%;
  margin: 0px auto;
}
header {
  width: 65%;
  margin: 0px auto;
}
.type {
  width: 65%;
  margin: 0px auto;
}
.setup {
  display: flex;
  align-items: start;
  /* justify-content: space-evenly; */
}

.device {
  display: flex;
  align-items: start;
  background-image: url(/img/ledger.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .welcome {
    /* position: absolute; */
    bottom: 0;
    left: 0%;
  }
}

/* mobile responsiveness */
@media (max-width: 425px) {
  img {
    width: 100px;
  }
  .welcome {
    left: 0;
    /* background-color: black; */
  }
  .fs-7 {
    /* color: aliceblue; */
    font-size: 12px;
    font-weight: light;
    margin-bottom: 5px;
  }
  .fs-8 {
    font-size: 10px;
  }
  .link-color {
    color: #d4a0ff;
  }
  button {
    font-size: 0.9rem;
  }
  .terms p {
    width: 50%;
    margin: 0px auto;
  }
  header {
    width: 85%;
    margin: 0px auto;
  }
  .type {
    width: 85%;
    margin: 0px auto;
  }
  .setup {
    display: flex;
    align-items: start;
    /* justify-content: space-evenly; */
  }

  .device {
    display: flex;
    align-items: start;
    background-image: url(/img/ledger.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
