*{
    margin: 0;
    padding: 0;
}

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

.container{
    background-color: #f4e4ba;
    padding: 2rem;
    border-radius: 1rem;
}

form select, input, button{
    width: 100%;
    border-radius: 0.5rem;
}

form input{
    border: 1px solid lightgrey;
    font-size: 1rem;
    height: 1rem;
    padding: 1rem;
    width: 80%;
}

.dropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: rem;
}

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

.select-container{
    display: flex;
    
    justify-content: center;
    align-items: center;
}

.msg{
    margin: 1rem 0;
}

form button{
    font-size: 1rem;
    height: 3rem;
    cursor: pointer;

}