body {
  background-image: url('https://tse1.mm.bing.net/th/id/OIP.cwNzhVCy8p_wvfWJf2bN3AHaFj?r=0&rs=1&pid=ImgDetMain&o=7&rm=3');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.navigation-buttons {
  margin-top: 138px;
  text-align: center;
  font-size: 30px;
}


.images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p {
  padding-left: 200px;
  padding-right: 200px;
}

.links {
  display: grid;
  grid-template-columns: 1fr 5fr; /* Left pane: 1 part, Middle pane: 2 parts */
  gap: 10px; /* Optional spacing between panes */
  padding: 20px;
}

.interests {
  background-color: rgba(256, 256, 256, 0.4);
  padding-left: 10px;
}

.guestbook-button {
  text-align: center;
}