html {
    overflow-y: scroll;
    height: 100%;
}


body {
font-family: system-ui,"Segoe UI",sans-serif;
font-weight: 400;
font-style: normal;
background-image: radial-gradient(#47514F 2px, transparent 2px), radial-gradient(#47514F 2px, transparent 2px);
background-size: 24px 24px;
background-position: 0 0, 12px 12px;
background-color: #3f57c3;
font-size: 14px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.wrap {
    width: 80%;
    max-width: 1120px;
    margin: 0 auto;
}

.title_main {
    font-weight: 700;
}

.title_sub {
    font-size: .6em;
    font-weight: 300;
}

.source {
    width: 100%;

    position: absolute;
    top: 5px;
    left: 5px;
}

.video {
    background-color:#fff;
}

.video-responsive .video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer {
    padding: 1em 0;

    background: #efefef;
    text-align: center;
}

.footer_desc {
    width: 80%;
    margin: 0 auto;

}

.notify {
    opacity: 0;

    max-width: 480px;
    position: fixed;
    bottom: 10%;
    right: 5%;

    transition: opacity .4s ease;
}

.notify-active {
    opacity: 1;
}

/* Changes for spectre */
.form-select {
    max-width: 100%;
}

.card {
    position: relative;
}

.form-select:not([multiple]) {
    background-color: rgba(255, 255, 255, .4);
}
