
#top-link {
  position: fixed;
  bottom: 32px;
  right: 24px;
  background-color: #EEEEEE;
  border: 8px solid #EEEEEE;
  border-radius: 32px;
  display: none;
}

#footer {
  font-size: 12px;
}

#sec-0 {
  font-size: 14px;
}

.inv-link, .inv-link:visited, .inv-link:hover, .inv-link:active {
  text-decoration: none;
  color: currentColor;
}
.link, .link:visited, .link:hover, .link:active {
  text-decoration: underline;
  color: currentColor;
}
.section {
  align-items: right;
  /*min-height: 100vh;*/
}

.showcase-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
.showcase-img {
    margin: 6px;
    bottom: 16px;
    right: 16px;
}
.showcase-text {
    background-color: rgba(128, 128, 128, 0.85);
    position: absolute;
    top: 8px;
    left: 8px;
}
