body {
  background: linear-gradient(150deg, #d600c0, #000000, #000000);
  color: white;
  height: 100vh;
  overflow: hidden;
}
.crypto-logo {
  width: 50px;
  margin: 0 8px;
}
.btn-primary {
  background-color: #0066ff;
  border: none;
  padding: 12px;
  font-weight: bold;
  border-radius: 25px;
}
.btn-outline-light {
  border: 2px solid white;
  padding: 12px;
  font-weight: bold;
  border-radius: 25px;
}
.phones {
  max-width: 100%;
}

.logos {
  position: absorelativelute;
  /* width: 300px;
    height: 200px; */
  margin-top: -120px;
}
.btc {
  position: relative;
  width: 150px;
  height: 150px;
  top: 0%;
  margin-left: 20%;
  transform: rotate(-15deg);
}
.eth1 {
  /* position: relative; */
  top: 20%;
  margin-left: -23%;
  transform: rotate(-15deg);
}
.usdt {
  /* position: relative; */
  margin-top: -32%;
  margin-left: -30%;
  transform: rotate(-15deg);
}
.ltc {
  position: relative;
  margin-top: -30%;
  right: 60%;
  transform: rotate(-15deg);
}
.bnb {
  position: relative;
  margin-top: 19%;
  margin-left: -5%;
  transform: rotate(-15deg);
}
.xrp {
  position: relative;
  margin-top: 1%;
  margin-left: -10%;
  transform: rotate(-15deg);
}
.eth {
  position: relative;
  margin-top: -55%;
  left: -32%;
  transform: rotate(-15deg);
}
button a {
  text-decoration: none;
  color: #fff;
}
.cover {
  height: 75vh;
  width: 100%;
  position: absolute;
  top: 0%;
  background: linear-gradient(150deg, #d600c100, #0000004c, #0000006a, #000000);
}

