html {
    margin: 0;
    padding: 0;
    font-family: "IBM Plex Serif", serif;
    font-size: 1.0em;
    font-style:normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}

.bridge {
    height: 90vh;
    width: 60vw;
    background-image: url("/media/viewscreen_transparent.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.screen {
    height: 450px;
    width: 900px;
    margin-top: 11em;
    align-self: center;
    position: relative;
    z-index: -1
}

.player {
    width: 100%;
    height: 100%;
    position: relative;
}

.controls {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    text-align: center;
    width: auto;
}