.noscriptenabled {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--background);
    opacity: 95%;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.noscriptenabled_center {
    text-align: center;
    margin: 20px;
    font-size: 50px;
    font-weight: bolder;
    color: var(--red);
    font-family: var(--font);
}