.logo-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-section img {
  width: 20rem;
}

body {
  display: flex;
  flex-direction: column;
}

.u-section-1 {
  flex: 1;
}

.white-text {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.white-text-alt {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.content-display {
  display: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .image-attribution-text {
    font-size: 10px;
  }
  .tags-text {
    font-size: 1.2rem;
  }
}
.absolute-button {
  position: absolute;
  right: 1rem;
}

.share-link-break {
  word-break: break-word;
}
