        body {
            background-image:url("https://wallpapers.com/images/high/sparkling-green-light-xbox-art-dpg01bzewn16z7l8.webp");
            background-size: cover;
            /*
Source - https://stackoverflow.com/a/4418359
Posted by Trufa, modified by community. See post 'Timeline' for change history
Retrieved 2026-03-21, License - CC BY-SA 3.0
*/
   box-shadow: 0 2px 6px rgba(0,255,0,0.7), 
   inset 0 1px rgba(0,255,0,0.5), 
   inset 0 10px rgba(0,255,0,0.4), 
   inset 0 10px 20px rgba(0,255,0,0.25), 
   inset 0 -15px 30px rgba(0,255,0,0.5);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.7), 
   inset 0 1px rgba(0,255,0,0.5), 
   inset 0 10px rgba(0,255,0,0.3), 
   inset 0 10px 20px rgba(0,255,0,0.25), 
   inset 0 -15px 30px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 2px 6px rgba(0,255,0,0.7), 
   inset 0 1px rgba(0,255,0,0.5), 
   inset 0 10px rgba(0,255,0,0.4), 
   inset 0 10px 20px rgba(0,255,0,0.25), 
   inset 0 -15px 30px rgba(0,255,0,0.5);
   -moz-box-shadow: 0 2px 6px rgba(0,255,0,0.7), 
   inset 0 1px rgba(0,255,0,0.5), 
   inset 0 10px rgba(0,255,0,0.4), 
   inset 0 10px 20px rgba(0,255,0,0.25), 
   inset 0 -15px 30px rgba(0,255,0,0.5), inset 0px 0px 20px rgba(0, 255, 0, 1.0); 
  backdrop-filter: blur(20px);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);
  margin-left: 400px;
  margin-right: 400px;
}
.main-container {
display: flex;
  flex-direction: row;      /* Ensures side-column and box3 are side-by-side */
  justify-content: center;   /* Centers the entire layout horizontally */
  align-items: flex-start;   /* Aligns the tops of the columns */
  gap: 20px;                 /* Sets a clean 20px gap between the side and main box */
  
  width: 100%;               /* Ensures it uses the full width of the screen */
  height: auto;              /* Changed from 150vh to avoid unnecessary scrolling */
  padding-bottom: 50px;      /* Gives some breathing room at the bottom */
  margin-top: 50px;
  background-image: url("497-4978216_glass-reflection-png-windows-7-glass-reflection (2).png");
  background-size: cover;
   border-radius: 10px;

}

.side-column {
  display: flex;
  flex-direction: column;
  /*gap: 30px;         Spacing between Box 1 and 2 */
  padding: 15px;
  height: 672px;
}

.box1 {
  width: 200px;
  height: 200px; 

}
/*
.box2 {
  background-color: #000000;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);
   border: 1px outset #00ff00;
}*/

.box3 {
  background: rgba(0, 0, 255, 0.5);
  background-color: #000000;
  width: 540px;
  height: 800px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);
   border: 1px outset #00ff00;
display: flex;
    flex-direction: column;   /* Stacks the links vertically */
    justify-content: center;  /* Centers them top-to-bottom */
    align-items: center;      /* Centers them left-to-right */
    gap: 40px;
}

.block {
 /* Neon Green Border */
  color: white;
  font-family: Segoe UI;
  box-sizing: border-box;
}
.img1 {
  width: 200px;
  height: 200px;
  border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

p {
  font-family: Segoe UI;
  font-size: 16px;
}

.link1 {
text-decoration: none;
}
.link2 {
  
    text-decoration: none;
}
.link3 {
  
    text-decoration: none;
}
a {

}
.link-image1 {
  width: 100px;
height: auto;
border: 1px outset #00ff00;
  border-radius: 10px;
  color: #ffffff;
    padding: 20px;
    margin: 10px;
       box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);
       background-color: #003300;
       display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.link-image2 {
  width: 100px;
height: auto;
border: 1px outset #00ff00;
  border-radius: 10px;
  color: #ffffff;
    padding: 20px;
    margin: 10px;
          
       background-color: #003300;
       display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.link-image3 {

  width: 100px;
height: auto;
border: 1px outset #00ff00;
  border-radius: 10px;
  color: #ffffff;
    padding: 20px;
    margin: 10px;
          background-image: url("497-4978216_glass-reflection-png-windows-7-glass-reflection (2).png");
       box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);
       background-color: #003300;
       display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
pre {
  font-size: 16px;
  color: #00ff00;
}