body {
  margin: 0;
  padding: 0;
  background-color: #121212;
  color: #ffffff;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
}

.logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
}

.shop-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #2e2e2e;
  color: #e0e0e0;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.shop-button:hover {
  background-color: #444;
  color: #fff;
}

.im-fell-double-pica-regular {
  font-family: 'IM Fell Double Pica', serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-double-pica-regular-italic {
  font-family: 'IM Fell Double Pica', serif;
  font-weight: 400;
  font-style: italic;
}

footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.x-link {
  color: #888;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.x-link:hover {
  color: #fff;
}
