.send_button {
    color: #fffdf6;
    font-weight: bold;
    cursor: pointer;
    background-color: #9CAF88
}

.send_button:hover {
    background-color: #fffdf6;
    border-color: #9CAF88;
    color: #9CAF88;
}


i {
    width: 7px;
    align-items: center;
    justify-content: center;
}

.smoobu {
    width: 100%;
    height: 401px;
}
