body {
  background-image: url(https://file.garden/aKkE4rq5LD-L0q5I/rvlouua5roj91.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  font-smooth:never;
  -webkit-font-smoothing:none;
}

.grid-sizer,
.grid-item {
  width: 32.5%;
}
.grid-item {
  margin-bottom: 5px;
}
.grid-item img {
  width: 100%;
  display: block;
  filter: saturate(50%) contrast(120%);
  transition: all .2s ease;
}

#detail-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: auto; margin-bottom: auto;
  padding: 10px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 5px;
  border: .5px solid black;
  width: 90%;
}

.hidden {
  opacity: 0;
  display: none;
}

#detail-img {
  max-width: 100%;
  max-height: 90%;
  border-radius: 5px;
}

#detail-title {
  text-decoration: underline;
}

#side {
  margin-left: 100px;
  width: 70%;
}
.grid {
  max-height: 100%; min-height: 100%;
  overflow-y: scroll;
  position: relative;  
}

aside {
  display: flex;
  align-items: center;
  width: 35%;
  flex-shrink: 0;
  flex-direction: column;
}

main {
  display: flex;
  width: 1200px;
  height: 630px;
}

nav {
  margin-bottom: 10px;
}