* {
    /* margin: 0; */
    /* padding: 0; */
    /* user-select: none; */
    /* box-sizing: border-box; */
    /* height: 100vh; */
}
body {
    background: linear-gradient(160deg, rgb(13 92 191) 0%, rgb(166 121 255) 40%, rgb(166 121 255) 60%, rgba(0, 211, 255, 1) 100%);
    /* overflow: hidden; */
    display: flex;
    flex-flow: column;
}

.message-box {
    font-family: "JetBrains Mono",monospace;
    margin: auto;
    text-align: center;
    width: 80%;
    font-size: 4rem;
    padding: calc(5% - 20px) 0px;
    color: #ffffff;
}

.header-sub {
    font-size: 2.25rem;
    margin: auto;
    color: #d4d4d4;
}

.message {
    overflow-wrap: break-word;
    text-align: left;
    font-size: 1.3rem;
    margin: auto;
    color: #ffffff;
}

.center {
    margin: auto;
}

.lg-sub-html {
    padding: 0;
}

.lg-sub-html h4 {
    font-size: 2rem;
}

.lg-sub-html p {
    font-size: 1.5rem;
}

.lg-components {
    padding: 10;
    background: rgba(0, 0, 0, 0.75);
}

.lg-container > .lg-outer {
    font-size: 1.5rem;
    margin: auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
}

.lg-container > .lg-backdrop {
    background: linear-gradient(160deg, rgb(13 92 191) 0%, rgb(166 121 255) 40%, rgb(166 121 255) 60%, rgba(0, 211, 255, 1) 100%);
}

.lg-video-object {
    background: transparent;
}

.lg-components > .lg-thumb-outer {
    background-color: rgba(0, 0, 0, 0.0);
}

video {
    max-width: 100%;
}

.button-stilized {
    margin: 16;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

    .button-stilized:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-stilized:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-stilized:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
}

#spotlight{
    /* main background in dark theme */
    background: linear-gradient(160deg, rgb(13 92 191) 0%, rgb(166 121 255) 40%, rgba(0, 211, 255, 1) 100%);
}