*{
    margin: 0;
    padding: 0;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4e4ba;
}
h2{
    font-size: 1.9rem;
    font-weight: 600;
}
.container{
    background-color: white;
    height: 60vh;
    width: 40vh;   
    padding: 2rem;
    border-radius: 1rem;
}
form{
    margin: 2rem 0 1rem 0;
}
form select,button,input{
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0.75rem;
}
.amount input{
    height: 3rem;
    align-content: center;
    border: 0.1rem solid lightgray;
    font-size: 1.5rem;
    padding: 0.5rem 0rem 0.1rem 0.9rem; 
}
.amount p{
    font-weight: 700;
    font-size: 1rem;
}
.dropdown{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 1.5rem;
}
.dropdown p{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.dropdown i{
    font-size: 1.5rem;
    margin-top: 1.5rem;
}
.select-container img{
    width: 3rem;
}
.select-container{
    width: 120px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-top: 0.5rem;
    background-color: black;
}
.select-container select{
    width: 3.5rem;
    height: 2rem;
    background-color: black;
    color: white;
    cursor: pointer;
}
.msg{
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.ex-btn{
    margin-top: 2.5rem;
    height: 3rem;
    font-size: 1.5rem;
    background-color: #af4d98;
    color: white;
    cursor: pointer;
}
