body{
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Prism&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap');

.coin {
  font-family: "Tilt Prism", sans-serif;
}

* {
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

.one {
  padding: 30px;
  background-color: rgba(56, 53, 53, 0.363);
  margin-left: 20px;
  margin-right: 20px;


}

.one:hover {
  background: rgb(80,75,140);
  background: linear-gradient(90deg, rgba(80,75,140,0.6140581232492996) 12%, rgba(19,13,75,0.8829656862745098) 34%, rgba(0,0,0,0.8073354341736695) 77%);
  
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.wallets{
  font-weight: 600;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 85%;

}
a:hover{
  text-decoration: none;
}
textarea:focus{
  border: 2px solid rgba(0, 0, 255, 0.47);
  outline: none;
}

.line{
  width: 70px;
  height: 2px;
  background-color: blue;
  margin-right: 20px;
}
.line_faint{
  width: 90px;
  height: 2px;
}
a{
  text-decoration: none;
  color:black;
}