.logo img{
    width: 11rem;
    margin-bottom: 5px;
}

body{
    background-color: rgb(245, 240, 240);
}

.card{
    background-color: #b1d6e0;
}

#map {
    height: 450px;
    width: 100%;
}

input{
    width: 100%;
    height: 40px;
    border: solid 1px black;
    border-radius: 10px;
}

.submit{
    background-color:#b1d6e0 ;
    border-radius: 10px;
}