body {
    background-color: #f5f5f5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

.content-intro {
    margin: 1em 0;
    text-align: center;
}

.content {
    margin: 30px auto 0;
    width: min(400px, 80vw);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#video {
    border-radius: 2px;
    transform: scaleX(-1)
}

#clown_mask {
    position: absolute;
    align-self: center;
    width: 100px;
    z-index: 1;
}

#photo {
    border-radius: 2px;
    margin: 10px 0 10px;
}
