/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
  font-size: 12px;
  background-color: rgb(66, 72, 141);
  color: white;
  font-family: "VT323", "Times New Roman", Arial,"Arial Narrow";
  text-transform: none;
  letter-spacing: normal; 
  background-image: url("images/hills.jpg");
  padding: 10px;
}

h1 {
  text-align: left;
  font-size: 50px;
  font-family: "VT323", monospace;
  
  }

h2 {
  font-size: 30pt;
  text-align: center;
  color: rgb(41, 0, 92);
  font-family: "VT323", monospace;
  word-spacing: 10px;
  }
  
p {
  /*letter-spacing:;
  word-spacing:; */
  line-height: 1.5;
  text-align: center;
  }
  
#navigation {
  display: block;
  position: fixed; top: 10;
  left: 0;
  background-color: rgba(25, 128, 32,.7);
  font-size: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(9, 62, 13);
  padding: 20px 10px;
  margin: 40px;
  width: 200px;
  height: 400px;
  z-index: 10;
  font-family: "VT323", monospace;
  

  }
  
  #right-side {
  display: block;
  position: absolute; top: 10;
  right: 0;
  background-color: rgba(25, 128, 32,.7);
  font-size: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(9, 62, 13);
  padding: 20px 10px;
  margin: 40px;
  width: 200px;
  height: 600px;
  z-index: 10;
  font-family: "VT323", monospace;
  

  }

#right-side img{
  width: 250px;
  height:400px;
  
  }


#navigation h1 {
  color: red;
  }

#navigation p {
  color: rgb(126, 177, 16);
  }

#background-container {
  width: 100%;
  height: 100vh; /* Full viewport height */
  /* Optional: Add padding or other background effects here */
  display:flex;
}


#content-box {
  display: inline-block;
  width: 800px;
  height: 400px;
  max-width: 1200px;
  margin: 50px auto; /* Centers horizontally, adds top/bottom margin */
  padding: 20px;
  background-color: rgba(37, 111, 86, .8); 
  border-radius: 8px;
  position: relative;
  margin-bottom: 100px;
}

 #content-box2 {
    width: 780px;
  height: 300px;
  max-width: 1200px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 1); 
  border-radius: 8px;
  margin-right:35%;
  margin-bottom:50%;
  display:flex;
  white-space:nowrap;
  margin-top: 30%;
    }
    
#content-box p {
  text-align: left;
  font-size:15pt;
  font-family: "VT323", monospace;

  }
  
  #content-box h3 {
  font-size: 20pt;
  text-align: center;
  color: rgb(106, 236, 19);
  font-family: "VT323", monospace;
  }
  
  #content-box img {
  margin-left: 0%;
  margin-bottom:0%;
  width: 800px;
  height: 70px;
  }
  
  
  #secret-box {
  width: 800px;
  height: 200px;
  max-width: 1200px;
  margin: 50px auto; /* Centers horizontally, adds top/bottom margin */
  padding: 20px;
  background-color: rgba(37, 111, 86, .8); 
  border-radius: 8px;
  position: relative;
  margin-bottom: 100px;
  
  }
  
  #secret-box p {
  text-align: left;
  font-size:15pt;
  font-family: "VT323", monospace;

  }
  
  #secret-box h3 {
  font-size: 20pt;
  text-align: center;
  color: rgb(106, 236, 19);
  font-family: "VT323", monospace;
  }
  
  #shoes {
    width:400px; 
    }
  
  #hands {
    width:400px;
    
    }
  
  a {
    text-decoration: none;
    color: #FFFFFF;
    }
  
  /* MATH STUFF NOW*/
  
  .outer {
    width:830px;
    margin-left:20;
    background-color: rgba(37, 111, 86, .8);
    border-radius: 8px;
    margin: auto;
    padding: 5px;
    
    
    }
    
     h1 {
      color:rgb(22, 123, 20);
      
      }
    
    #011826 h3 {
      color: rgb(255, 255, 255);
      font-size: 20px;
      
      
      }
      
    .text p {
      text-align: left;
      color: green;
      font-size: 15px;
      
      }  
    
    h4 {
      font-size: 20px;
      color: rgb(165, 15, 245);
      
      
      }
      
    .box {
      background-color: #FFFFFF;
      border-radius: 8px;
      width: 700px;
      padding: 10px;
      margin: auto;
      
      }
    
  
 /* #cat img {
  margin-left: 30%; 
  margin-top:-90%; 
  width: 250px; 
  height: 300px; 
  z-index: 5; 
  }*/
 

/*.container {
  display: flex;
  gap: 10px;
 justify-content: center;  
} */

/*.img {
  width: 50%; 
  height: auto; 
}*/


/*#marquee {
  left:0
  font-size: 20pt;
  
  }*/

