.css-1q12cw5{
    padding-left: 24.5rem;
    padding-right: 34rem;
    height: fit-content;
}

.css-1q12cw5 button{
    width: 30%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #735BC4;
  height: 40px;
  border-radius: 10px;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}

.insidebox h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 0.5rem;
}

.faucetbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: rgba(192, 192, 192, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(100px);
    height: fit-content;
    border: 1px solid #ffffff0f;
    margin-bottom: 0rem;
}

h5{
    margin-bottom: 1.5rem;
}

.rowname{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.rowname img{
    width: 35px;
    height: 35px;
    margin-right: 0.5rem;
}

.addtowallet h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.92);
}

.addtowallet p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.447);
}

.addtowallet p:hover{
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 60px;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ffffff0f;
}