body {
  display: flex;
cursor: url("https://chee64.neocities.org/index_imgs/bene1.png"), auto;
  min-height: 100vh;
  justify-content: center;
  background: url("https://chee64.neocities.org/index_imgs/bg1.gif");
}

a:hover,
button:hover,
input:hover,
select:hover,
textarea:hover,
label:hover,
img:hover,
video:hover,
[onclick]:hover,
[role="button"]:hover {
  cursor: url("https://chee64.neocities.org/index_imgs/bene2.png") 0 0, pointer;
}

body::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: url("https://chee64.neocities.org/index_imgs/bene2.png");
}


main {
  flex: 1;
}

.wrapper {
  width: 60%;
  background: black;
    background: rgba(0, 0, 0, 0.25);
  margin: 25px;
    border-style: ridge;
  border-width: 10px;
  border-color: #4F4F4F;
  border-radius: 10px;
}

.header {
  box-sizing: border-box;
   border-style: ridge;
  border-width: 8px;
  border-color: #4F4F4F;
  border-radius: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  margin: 10px;
  
  
}

.title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  object-fit: contain;

}


.title img {
  margin: 3px;
  width: 80%;
  height: 80%;
}

.hero {
  display: flex;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.25);
 margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
    border-style: ridge;
  border-width: 10px;
  border-color: #4F4F4F;
  border-radius: 10px;
  
}

.hero-text {
  flex: 2;
  font-family: "Courier New", Courier, monospace;
  color: #F0B200;
}

.hero-image {
  flex: 1;
  width: 100%;
  margin: 0px;
background-image: url('https://chee64.neocities.org/homepage_imgs/welcomeimg.png');
  background-size: contain;
  background-position: center; 
  background-repeat: no-repeat;
}

.divider1 {
  display: flex;
  justify-content: center;
  width: 100%;          /* or whatever width you want */
}

.divider1 img {
  max-width: 85%;
  height: auto;
}

.main-content {
  display: flex;
  gap: 7.5rem;
  margin: 10px;
  

}

.directory {
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-sizing: border-box;

  border-style: ridge;
  border-width: 8px;
  border-color: #4F4F4F;
  border-radius: 10px;

  background: url('https://chee64.neocities.org/homepage_imgs/background3.png');
  margin: 10px;
  
  justify-content: flex-start;
}

.directory-title {
    text-align: center;
  color: #F0B200;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 5px;
}

.directory button {
  background: rgba(0, 0, 0, 0.5);
  color: #F0B200;
  border: 2px solid #4F4F4F;
  border-radius: 6px;

  padding: 0.6rem 1rem;
  margin: .08rem 0.7rem 0.8rem;

  font-family: inherit;
  font-size: 1.30rem;
  cursor: pointer;

  transition: 
    background 0.2s ease,
    color 0.2s ease,
    transform 0.1s ease;
}

.directory button:hover {
  background: #F0B200;
  color: #000;
   transform: scale(1.05);
}

.directory button:active {
  transform: scale(0.97);
}



.content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 10px;

}

.content-top {
  flex: 0 0 auto;      
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;     
  text-align: center;      
  background: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  color: #F0B200;
  border: 8px ridge #4F4F4F;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;        
}

.content-top p { 
  font-size: 1.2rem;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 150px); /* two columns, each 150px wide */
  grid-auto-rows: 150px;                  /* each row is 150px tall */
  gap: 10px;
  justify-content: center;                /* center grid horizontally */
  margin-top: 20px;
  
}

.grid-title {
   flex: 0 0 auto;      
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;     
  text-align: center;      
  box-sizing: border-box;
  color: #F0B200;
    
}

.grid-item {
  position: relative;
  overflow: hidden;
    border-style: ridge;
  border-width: 8px;
  border-color: #4F4F4F;
  border-radius: 10px;

}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
  
}

  
.grid-item img:hover { 
  transform: 
  scale(1.05); 
  
  }

.bottom-section {
  display: flex;
  gap: 1rem;
}

.bottom-section > div {
  flex: 1;
}

.suggestions, .contacts {
    flex: 0 0 auto;      
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;     
    text-align: center;      
    background: rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    color: #F0B200;
    border: 8px ridge #4F4F4F;
    border-radius: 10px;
    padding: 10px;  
    margin: 20px;
    
}

.contacts h3 {
    font-family: "Courier New", Courier, monospace;
  color: #F0B200;
  font-size: 1rem;
}

.suggestions a, .contacts a {
    font-size: 20px;
    color: #4f9c33;
    background-color: transparent;
    text-decoration: none;
}

.suggestions a:hover, .contacts a:hover {
    color: #cc7a00;
    text-decoration: underline;
}


.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

  .BottomBox {
  border: 8px ridge;
  border-radius: 20px;
  border-color: #5b88ff;
  background-color: #fff4f4;
  text-align: center;
  margin: auto;
  padding: 10px;
  width: 57%;
  height:7%;
  position: absolute;
  top: 88%;
  left: 20%;
  z-index: -1;
    

  }
  
