.bee{
    height: 3rem;
}

.container{
    background-color: white;
    border-radius: 1em;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

form{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin:auto;
}


.contactBtn{
    background-color: green;
    align-self: center;
}

@media screen and (max-width: 768px) {
    form{
        width: 80%;
    }
}
