html.sr .load-hidden {
    visibility: hidden;
}

.art {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.art-pic {
    border: 5px solid black;
    margin: 10px;
    height: auto;
    width: auto;
    max-width: 35%;
    max-height: 35%;
    flex: auto;
}

html.sr .widget {
    visibility: hidden;
}

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
