body {
    display: flex;
    flex-direction: row;
    height: 100vh;
    margin: 0;
}


.container1{
    display: flex;
    flex: 3;
    background-color: red;
    height: 100vh;
}

.container2{
    display: flex;
    flex-direction: column;
    flex: 1.7;
    background-color: white;
}


.form {
    margin-top: 80px;
    display:flex;
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
}

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