noscript.jsCheck > section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px double #800;
    border-radius: 8px;
    color: #800;
    background-color: #fee;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding: 16px;
    text-align: center;
    box-shadow: 0 8px 8px #ccc;
}
