
body {
  background-color: black;
  
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('word.png') repeat;
  opacity: 900; 
  pointer-events: none;
  z-index: -1;
}


.header {
  text-align: center;
  margin-top: 20px;
}


h1 {
  font-family: 'Comic Sans MS', monospace;
  color: white;
  font-size: 70px;
}


.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh; 
}

.center-image {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
