@font-face {
  font-family: 'HostGrotesk Regular';
  src: url('HostGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HostGrotesk Bold';
  src: url('HostGrotesk-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  text-align: center;
  font-family: 'HostGrotesk Regular', Arial, sans-serif;
  padding: 20px;
  padding-top: 120px; /* Added for nav bar spacing */
  background-color: #FFF8E3;
  color: #FB68BC;
}

h1 {
  font-family: 'HostGrotesk Bold', Arial, sans-serif;
  font-size: 5em;
  font-weight: bold;
}

p {
  margin-bottom: 60px;
  font-size: 1.2em;
  color: #FB68BC;
}

/* Navigation bar at top */
.sidebar {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 15px;
  z-index: 100;
  background-color: rgba(255, 248, 227, 0.95);
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Navigation items */
.nav-item {
  width: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.nav-item:hover {
  transform: scale(1.1);
  filter: brightness(1.15);
}

.nav-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.nav-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0; 
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.grid-container a {
  margin-bottom: 40px; 
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
  line-height: 0; 
}

.grid-container a:hover {
  transform: scale(1.4);
  opacity: 0.9;
  filter: grayscale(100%);
}

.grid-container img {
  display: block;
  vertical-align: top; 
}

.grid-container a:nth-child(1) img { 
  width: 700px; 
  height: auto;
}

.grid-container a:nth-child(2) img { 
  width: 500px; 
  height: auto;
}

.grid-container a:nth-child(3) img { 
  width: 300px; 
  height: auto;
  margin-bottom: 20px; 
}

.grid-container a:nth-child(4) img { 
  width: 500px; 
  height: auto;
}

.grid-container a:nth-child(5) img { 
  width: 550px; 
  height: auto;
  margin-bottom: 20px;
}

.grid-container a:nth-child(6) img { 
  width: 620px; 
  height: auto;
  margin-bottom: 20px;
}

.grid-container a:nth-child(7) img { 
  width: 580px; 
  height: auto;
}

.grid-container a:nth-child(8) img { 
  width: 640px; 
  height: auto;
}

.grid-container a:nth-child(9) img { 
  width: 500px; 
  height: auto;
}

.grid-container a:nth-child(10) img { 
  width: 500px; 
  height: auto;
}