.hidden {
    display: none;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

canvas {
    /* Borked in Chrome, forces much smaller size */
    /* align-self: center; */
    height: 100%;
}

video {
    align-self: center;
    height: 100%;
}

.footer {
    display: grid;
    flex-direction: row;
    width: 100%;
}

.fps {
    justify-self: right;
    font-size: 2rem;
    font-weight: bold;
}