body {
    background: #222;
    color: #EEE;
    font-family: sans-serif;
}

p {
    max-width: 65ch;
}

a {
    color: #BBB;
}

#viewfinder {
    aspect-ratio: 1;
    border: 15px solid black;
    max-width: 500px;
    position: relative;
    img {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}

#controls {
    background: rgba(255,255,255,0.5);
    border-radius: 24px;
    color: black;
    margin: 24px 0;
    padding: 24px;
}