html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}


body {
  background-image: url("https://corsproxy.io/?https://i.imgur.com/gUvUQZm.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Courier New', monospace;
  color: #000000;
}
.topnav {
  position: sticky;  
  top: 0;           
  z-index: 1000;    
  background-color: #333; 
  background-color: #333;
  display: flex;
  justify-content: center; 
  gap: 20px; 
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.topnav a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.topnav a:hover {
  background-color: #ddd;
  color: #000;
}
.topnav a.active {
  background-color: #004cff;
  color: white;
}

#landing-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
}

#landing-screen h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#enter-btn {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s ease;
}

#enter-btn:hover {
  background-color: #444444;
}

#main-content1 {
  display: none; /* hidden until Enter is clicked */
  text-align: center;
  color: #000000;
  font-size: 24px;
}

img.centered {
  display: block;
  margin: 0 auto 20px auto;
}

.redacted {
  color: black;
  background-color: black;
}
#main-content1{
  display: none; 
  max-width: 800px; 
  margin: 50px auto; 
  padding: 40px;
  background-color: #fffbf5; 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); 
  border-radius: 8px; 
  font-family: Georgia, 'Times New Roman', serif; 
  color: #333;
  line-height: 1.6; 
  text-align: justify; 
}
#main-content1 h1 {
  text-align: center;
  font-family: 'Courier New', monospace; 
  margin-bottom: 20px;
}
#main-content1 p strong {
  display: block;
  text-align: center;
  margin: 20px 0;
}

#main-content1 img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
#about {
  text-align: center;
  background-color: dodgerblue;
  color: white;
  padding: 20px;
  border-radius: 8px;
  border-color: #ffffff;
  border-style: solid;
  }

  #main-content2 {
  background-image: url('https://corsproxy.io/?https://i.imgur.com/taolrFw.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 40px;
  width: 100vw;     
  min-height: 100vh;
  margin: 0;        
  box-sizing: border-box;
}
.aidan-overlay {
  background-color: rgba(0, 0, 0, 0.911); 
  color: #ffffff; 
  padding: 40px;
  margin: 50px auto; 
  max-width: 1200px; 
  border: none;
  border-radius: 0; 
  box-shadow: none; 
}
.aidan-overlay h1, .aidan-overlay p {
  font-family: 'Share Tech Mono', monospace;
  text-shadow: 0 0 5px #ffffff;
  line-height: 1.6;
  text-align: center;
}
.gemina-box {
  background-color: black;
  color: #ffffff;  
  padding: 10px 20px;
  display: inline-block; 
  font-family: 'OCR-A', monospace;
  text-shadow: 0 0 5px #ffffff;
  border-radius: 0; 
}
#main-content3 {
  background-image: url('https://corsproxy.io/?https://i.imgur.com/K05Gly3.png');
  background-size: cover;       /* Cover entire area, cropping if needed */
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;            /* Full viewport height */
  padding: 40px 20px;           /* Some padding so content isn't cramped */
  box-sizing: border-box;
  color: rgb(0, 0, 0);                 /* Text color */
  font-family: 'Courier New', monospace;
  position: relative;
}
.email-box {
  background-color: rgb(255, 255, 255); 
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.7);
}
.go-mail-logo {
  max-width: 60px; /* Control logo size */
  height: auto;
}
.email-header {
  display: flex;
  align-items: center; /* Vertically align logo and text */
  gap: 15px; /* Space between logo and text */
}
.header-right p {
  margin: 2px 0; 
  color: #555;
  font-family: 'Courier New', monospace;
}

#main-content3 img.header-image {
  display: block;
  margin: 0 auto 20px auto;      
  max-width: 800px;             
  width: 100%;                  
  height: auto;
}
.email-box p, .email-box strong {
  color: black;
}

#main-content4 {
  background-image: url('https://corsproxy.io/?https://i.imgur.com/DzpQjgQ.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 40px;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  backdrop-filter: blur(5px);
}

.memento-title {
  font-family: 'Courier New', monospace;
  font-size: 3rem;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #ffffff;
}

.glitch-text {
  font-family: 'Courier New', monospace;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 10px;
  animation: typing 2s steps(20) infinite;
}

.denied {
  font-size: 2rem;
  color: rgb(181, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgb(181, 0, 0);
  margin-top: 20px;
}

.coming-soon {
  margin-top: 10px;
  font-size: 1rem;
  color: #ccc;
  letter-spacing: 2px;
  font-family: 'Courier New', monospace;
}
.memento-textbox {
  background-color: rgba(0, 0, 0, 0.8); /* Black with 80% opacity */
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

footer {
  background-color: #2e2e2e; 
  color: #ffffff;           
  text-align: center;
  padding: 20px 0;         
  margin-top: 0;            
}
