/*noJs*/
.warning-js {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    box-shadow: inset 0 0 300px rgba(0, 0, 0, .5);
}

.warning-js h1 {
    font-size: 3em;
    padding: 5px;
    background: #111;
}

.warning-js a {
    color: #fefefe;
    text-decoration: none;
}

.warning-js p{
    margin-top: 6px;
}

.warning-js img {
    width: 10%;
}