*{
    margin: 0px;
    padding: 0px;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
h2{
    display: flex;
    justify-content: center;
}
.container{
    
    border-radius: 10px;
    background-color: rgb(149, 177, 230);
    min-height: 50vh;
    width: fit-content;

}
form select,input,button{
    width: 100%;
    border: none;
    border-radius: 5px;
}
input{
    border: 1px solid gray;
    height: 1.5rem;
    width: fit-content;
    /* padding-left: 5px; */
    margin: 5px;
    font-size: 20px;
}
.amount{   
    
    font-weight: bold;
    font-size: 20px;
    color: rgb(226, 61, 61);
}
form .dropdown{
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 5px;
}
form .selecet-container ,img{
    /* height:30px; */
    max-width: 2rem;

}
.select-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    border-radius: 0.5rem;
    border: 1px solid black;
    margin: 5px;

}

.msg{
    /* display: flex;
    justify-content: center; */
    margin-left: 20px;
    font-size: 20px;
}
button{
    
    height: 40px;
    width: max-content; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30%;
    margin-top: 20px;
    
}

.img{
    margin-top: 25px;
}