body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #9099a2;
  max-width: 90rem;
  padding: 2rem;
  margin: auto;
  background: #0e0b16;
}
img {
  max-width: 100%;
}

a:link, a:visited {
  color: #a239ca;
  text-decoration: none;
  background: transparent;
}
a:hover {
  color: #b34adb;
  text-decoration: none;
}

h1, h2, strong {
  color: #e7dfdd;
}


/*
 * gal styles
 */

.center {
  text-align: center;
}

.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.thumb {
  background-color: black;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: white;
  text-align: center;
  vertical-align: middle;
}

#exifinfo { display: none; padding-top: 5px;}
#exifinfo > table, #exifinfo td {  border-collapse: collapse; border: 1px solid; }
