.wrapper-result-page {
    display: grid;
    height: 100%;
    color: white;
    font-size: medium;
}
.wrapper-result-page #error-page {
    background: #6fb7e9;
}
.wrapper-result-page #error-page-content {
    width: auto!important;
}
.test-again-btn {
    margin-bottom: 0!important;
}
.test-again {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 8px grey;
}