body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a {
  font-size: 22px;
  font-family: "Roboto";
  text-decoration: none;
}

a:hover {
  font-weight: bold;
}

.image-container {
  position: relative;
}

.image-container img {
  width: 100%;
}

#link-rubixir {
  top: 9%;
  left: 39%;
}
#link-wolf3d {
  top: 22%;
  left: 56%;
}
.pinned {
  position: absolute;
  padding: 10px 20px;
  background-color: #fff9;
  width: 70px;
  border-radius: 8px;
}
