*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;

}

body{
    display: flex;
       justify-content: center;
       align-items: center;
       min-height: 100vh;
       background-color: #D7B8F3;
}

#heading{
    font-family: sans-serif;
    margin-bottom: 1rem;
padding: 15%;

}
#heading span{
    color: red;
}
.amount p{
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.container{
    background-color: #B8B8F3;
    padding: 2rem;
    border-radius: 1rem;
    min-height: 45vh;
    width: 40vh;
}

.form{
    margin: 2rem 0 1rem 0;
}

form select,button,input {
    background-color: #B8B8F3;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0.75rem;
}

form input{
    border: 1px solid lightslategrey ;
    font-size:  1rem;
    height: 3rem;
    padding-left: 0.5rem;
}

.dropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.dropdown i{
    font-size: 1.5rem;
    margin-top: 1rem;
}

.select-container img{
    font-size: 1.25rem;
    max-width: 2rem;
}

.select-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    border-radius: 0.5rem ;
    border: 1px solid lightslategrey ;
}

.select-container select{
    font-size: 1rem;
    width: auto;
}

.msg{
    margin: 2rem 0 2rem 0;
}

form button{
    font-size: 1.15rem;
    height:3rem ;
    background-color: #F42272;
    color: #d9d9d9;
    cursor: pointer;
}


/* for responsivness */

html, body {
    overflow-x: hidden;
    overflow-Y: hidden;

    }
    body {
    position: relative
    }


    /* @media only screen and (max-width: 455px) {

    } */