body {
  background-color: #333333;
}
.pill {
  z-index: 0;
  opacity: 0;

  position: fixed;
  top: 0;
}

.pill_shape {
  background-color: #33ffcc;

  width: 1px;
  height: 1px;
}

.buffer {
  width: 100%;
  height: calc(100vh + 100px);
}

.scrolltarget_title {
  font-size: 26px;
  font-weight: bold;
}

.content {
  display: grid;

  text-align: right;
  padding-right: 10px;
  max-width: 100%;

  margin: 0 auto;
}

@media (min-width: 500px) {
  .content {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}

.content img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

#main_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
