@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');
html, body {
    background-color: black;
    overflow: hidden; /* Hide scrollbars */
}
video {
    object-fit: contain;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.viewport-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.viewport-header div {
    font-family: 'Quicksand', sans-serif;
    color:blanchedalmond;
    font-size: 3vh;
    padding-bottom: 5vh;
}