body {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

#myc1-error header {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
}

#myc1-error header #main-logo {
    width: 200px;
}

#myc1-error section {
    text-align: center;
    width: 80%;
    margin: 10em auto 0;
    position: relative;
    padding: 20px;
    border: solid 2px #99cc33;
}

#myc1-error section h2 {
    margin-top: 2em;
}

#myc1-error section i {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    transform: translateY(-50%);
}

#myc1-error .fa-sync:before {
    background-color: #f7f7f7;
    padding: 20px;
}

#myc1-error button {
    color: #fff;
    background-color: #99cc33;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #99cc33;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
