::selection {
    background: #FFE500;
    color: #121212;
}

img {
  width: 100%; /* takes the 100 % width of its container (.box div)*/
}

figure {
    border: 0.5px solid #d7d7d7;
    margin-bottom: 10px;
    display: inline-block;
}

figcaption {
	font-style: italic;
}

dt {
	font-weight: bold;
}