*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.main-content{
    background-color: rgb(143, 143, 163);
    width: 350px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    border-radius: 4px;
    margin:auto;
    margin-top:150px;
    padding: 20px;

}
h1{
    margin-bottom: 30px;
}
.amount input{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
    font-weight: bold;
}
.amount p{
    font-size: 20px;
    font-weight: bold;
}
.dropdown{

display: flex;
justify-content: space-between;
align-items: center;

}
p{
    font-size: 15px;
    font-weight: bold;
}
.select-container{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.frombox{
    height: 20px;
    border-radius: 3px;
}
.msg{
    font-weight: bold;
    margin-bottom: 10px;
}

button{
    height: 30px;
    width: 200px;
    font-weight: bold;
    background-color: blueviolet;
    border: none;
    font-size: 15px;

}
