body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

h1, p, h2, li, div {
    text-align: center;
    color: white;
}

#background-video {
/*    background-color: black;*/
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    display: none;
    filter: blur(10px);
}

.list-disc {
    list-style-type: disc;
    padding-left: 1rem;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
