.example-wrapper {
    display: flex;
    width: 80% !important;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    align-items: center;
    margin: 50px 0 50px 0;
    border-bottom: 5px solid #E37611;
    border-top: 5px solid #E37611;
    padding-bottom: 70px;
    padding-top: 50px;
}

main {
    margin-top: 50px;
    margin-bottom: 50px;
}

form {
    z-index: 90;
}