main {
    max-width: 60em;
}

article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
}

section {
    padding: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../images/bracelet-segment.svg");
    background-repeat: repeat-y;
    background-position: center top;
}

.bracelet {
    padding: 0.5em;
    background: var(--bgLightColor);
    border: 1em solid var(--bgLightGray);
    border-radius: 3em;
    box-shadow: 5px 5px 5px var(--bg4) inset;
    /*box-shadow: 5px 5px 5px var(--bg4) inset, 10px 10px 10px var(--bgVeryLightGray);*/
}

.bracelet p {
    text-align: center;
    color: #f00;
    font-family: monospace;
    font-size: 2em;
}

#roman-clock {
    width: 5em;
}

.bars {
    width: 1em;
    background-color: #efe;
}

.barOn, .barOff {
    stroke: #ccc;
}

.barOff {
    fill: #fff;
}

.barOn {
    fill: #0f0;
}

#flags {
    width: 10em;
}

.flag {
    width: 40%;
    height: auto;
}

.flagFrame {
    fill: none;
    stroke: #999;
    stroke-width: 1px;
}

#qr {
    width: 9em;
    padding: 1.5em;
}

#qr-code {
    width: 100%;
    height: auto;
}

.dashDot {
    stroke: #000;
    fill: #000;
    background-color: #fee;
}

#matches {
    width: 20em;
}

.match {
    stroke: #000;
    stroke-width: 5%;
}
