p,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: 0.4s;
    transition-timing-function: ease-in-out;
}

.feedback_2 {
    background-color: #e7e7e7;
    color: black;
    padding: 8px 12px;
    border-radius: 0px;
    border: none;
    font-size: 16px;
}

.feedback {
    background-color: #f45551;
    color: white;
    padding: 8px 12px;
    border-radius: 0px;
    border: none;
    font-size: 16px;
}

.feedback:hover {
    background-color: #f45551;
    color: black;
}

#mybutton {
    opacity: 0.9;
    position: fixed;
    background-color: #f45551;
    /* top: 100px; */
    bottom: 0;
    z-index: 1070;
    right: 0;
    touch-action: manipulation;
    /* left: 48%; */
}