﻿.noscript-popup {
    background-color: rgba(127, 127, 127, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    overflow: auto;
    z-index: 10000;
}

.noscript-box {
    margin: auto;
    background-color: white;
}

.noscript-content {
    padding: 16px;
    border: 6px solid #C00000;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.noscript-content p {
    font-size: large;
    font-weight: 600;
    font-family: "IBM Plex Sans", Roboto, sans-serif;
}