body {
  margin: 0;
  height: 100vh;
  background: url('waibg.png') center/cover no-repeat;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Manufacturing Consent', serif;

}
button:hover, .enter-button:hover {
  cursor: url('custom-click.png'), pointer;
}


.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  background: url('waibg.png') no-repeat center center;
  background-size: cover;
  z-index: -2;
}

.vhs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('vhs.gif') repeat;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.7;
  z-index: -1;
}

.center-img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 20%;
  transform: translateY(-50%);
}

.back-button {
  position: absolute;
  top: 10px;    
  left: 10px;    
  width: 88px;   
  height: 31px;   
  cursor: url('custom-click.png'), pointer;
  z-index: 10;   
}

.back-button {
  transition: transform 0.2s ease;
}
.back-button:hover {
  transform: translateY(-3px);
}

.whoami-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90vh;
  text-align: center;
}

.whoami-text {
  color: white;
  font-family: 'Manufacturing Consent', serif;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  max-width: 800px;
}

.whoami-text span {
  background-color: black;
  padding: 2px 6px;
}

.whoami-image img {
  display: block;
  height: 558px;
  width: 558px
}

.me-image {
  max-width: 558px;
  height: 558px;
  width: 558px
}

.whoami-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.category-img {
  width: 123px;
  height: 44px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.category-img:hover {
  transform: translateY(-3px);
}
