#__ie-feedback {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.links {
    margin-top: 24px !important;
}

#__ie-feedback p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    -ms-user-select: none;
    user-select: none;
    margin: 8px;
}

#__ie-feedback button {
    background-color: #6e67e5;
    color: #fff;
    border: none;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px;
    margin-top: 32px;
    padding: 8px 24px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
}

#__ie-feedback img {
    height: 100%;
    width: 100%;
    max-height: 300px;
    max-width: 700px;
    margin-bottom: 16px;
}

#__ie-feedback hr {
    width: 250px;
    margin: 16px;
}
