* {
    font-size: 1em;
}

body {
    font-family: sans-serif;
}

#photo {
    position: absolute;
    left: 2em;
    top: 2em; 
    background: white;
    border: 2px solid gray;
}

#photo-closer {
    position: absolute;
    top: 0;
    right: 2px;
    font-weight: bold;
    font-size: small;
    color: maroon;
    cursor: default;
}

#photo-contents {
    margin: 1em 0.5em 0.5em 0.5em;
}

#photo h2 {
    margin: 0 0 1em 0;
}

#photo p {
    margin: 0.5em 0 0 0;
}

#photo .tags {
    font-size: small;
    color: gray;
}
