body {
    font-family: 'Ibarra Real Nova', serif;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
a {
    text-decoration: none;
    color: black;
}

a:visited {
    color: gray;
}
a:hover {
    color: lightgray;
}


/**
thumbnails
*/

#videoFile {
    width: 0px;
}

label[for=videoFile] {
    cursor: pointer;
}

.fe--progress{
    margin-top: 20px;
}

#container {
    margin: 20px;
}




.videorow {
    display: flex;
    justify-content: center;
}
.videorow video {
    height: 200px;
}

#trainMap {
    max-height: 400px;
}