body {
  background-image: url("/src/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
 }

.test {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: sticky;
}

.gallery .row {
  display: flex;
  flex-direction: row;
}

.gallery a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
  align-self: center;
  align-content: center;
  width: fit-content;
  padding-left: 10px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  text-align: center;
  padding-right: 10px;
}

.gallery a:hover {
  background-color: rgb(240, 240, 240);
  background-clip: padding-box;
  border: 2px solid rgba(10, 10, 10, 0.3);
}

.gallery img {
  align-self: center;
  width: 100px;
  height: 100px;
}
