*{
   margin:0px;
   padding:0px; 
   font-weight: bolder;
}
body{
    background-color: #f4e4ba;
    display: flex;
    justify-content: center;
   align-items: center;
   min-height: 100vh;
text-align: center;
}
.container{
background-color: #fff;
padding:2rem;
border-radius:1rem;
height:55vh;
width:48vh;
box-shadow:5px 5px #e1ba58;
}
form{
    margin:2rem 0 1rem 0;
}
form input,button,select{
width:100%;
border:none;
outline: none;
border-radius: 0.75rem;
}
form input{
    border:1px solid lightgrey;
    font-size: 1rem;
    height:2rem;
    padding-left:0.5rem ;
}
option{
background-color: grey;
}

.msg{
    padding: 8px;
}
img{
    margin-left:auto;
    padding:5px;
}
button{
    border: 2px solid black;
    background-color: rgb(193, 74, 149);
    color: #fff;
    width:100%;
    height: 2rem;
    font-size: medium;
}
.heading{
    background-color: rgb(176, 162, 179);
}