.feedback {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, .6);
}

.feedback * {
    font-family: 'Officina-regular', Arial, Helvetica, sans-serif;
}

.feedback .box-feedback {
    top: 48%;
    left: 50%;
    width: 44%;
    height: 48%;
    z-index: 1;
    border-radius: 2rem;
    background-color: #660099;
}

.feedback .feedback-text {
    top: 30%;
    left: 50%;
    width: 87%;
    color: #fff;
    text-align: center;
    font-size: 1.65rem;
    z-index: 3;
}

.feedback .feedback-button {
    position: absolute;
    bottom: 11%;
    width: 42%;
    height: 6rem;
    padding: 0 0 .6rem 0;
    font-family: 'Officina-extra-bold', Arial, Helvetica, sans-serif;
}

.feedback .feedback-button:hover {
    animation: hlbtn 1.5s linear infinite forwards;
}

.feedback #feedback-button-positive {
    left: 6%;
}

.feedback #feedback-button-negative {
    right: 6%;
}