body {
    margin: 0;
    font-family: neue-haas-grotesk-display;
}

/* Background video */
#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Page content */
.content {
    position: relative;
    color: white;
    text-align: center;
    padding-top: 200px;
}


.center-table {
    margin-left: auto;
    margin-right: auto;
}