* {
    padding: 0;
    margin: 0;
}

.noscript-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #949494;
}

.noscript-wrapper .dialog {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.noscript-wrapper .dialog h3 {
    text-align: center;
    background: #49A4D6;
    height: 70px;
    line-height: 70px;
    color: white;
    margin: 0;
    padding: 0;
    border-radius: 8px 8px 0 0;
}

.noscript-wrapper .dialog div {
    padding: 30px;
    background: white;
    border-radius: 0 0 8px 8px;
}