#suggest {
    width: 80%;
    max-width: 400px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: fit-content;
    text-align: center;
    padding: 30px 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 90px;
}
#button-send-suggestion {
    font-size: 20px;
    margin-top: 4%;
    margin-bottom: -20px;
}
.suggest-textbox{
    font-size: 17px;
    padding: 7px 12px;
    border-radius: 10px;
    border: 2px solid #9e9e9e;
}