.navbar-collapse {
  align-items: end;
  align-content: end;
}

.btn:hover {
  background-color: var(--bs-info);
}

footer {
  position: relative;
}

.square-gallery {
  position: relative;
  width: 50%;
  overflow: hidden;
  object-fit: cover;
}

.square-gallery:before {
  content: "";
  display: block;
  padding-top: 30%;
}

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  /*object-fit: fill;*/
  text-align: center;
}

.rect-img {
  margin-top: 0%;
}

.game-menu-row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bitsy-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.line-img {
  max-width: 300px;
  width: 50%;
}

a {
  text-decoration: none;
}

a:hover {
  font-style: italic;
}

.game-body {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.bitsy-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

