#noscript {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgb(30, 35, 48), rgb(15, 15, 15));
    height: 100%;
    font-family: roboto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    margin: -8px;
    padding: 0px;
}