body{
    background-image: url('https://y3llowradish.neocities.org/hackerbackground.jpg');
    background-color: #2a3028;
    font-family: 'Share Tech Mono', sans-serif;
  }
  
  p{
    letter-spacing: 1px;
  }

  h2{
    color: rgb(212,194,121);
    float:left;
  }

  h3{
    color: rgb(102, 106, 72);
    text-align: center;
    font-size: 25px;
    grid-row: 2 / 2;
    margin-bottom:10px;
    margin-top:10px;
  }

  #box{
    /* border:5px solid red; */
    display:flex;
    margin:20px;    
    background-color: #1f231d;
    border-radius:15px;
    padding:10px;     
    /* width:95%; */
  }

  .mainboxes{
    /* border:5px solid red; */
    display: flex;
    flex-wrap: wrap;
    margin: auto;                                                 
    width:90%; 
  }

  #grid-container {
    /* border: 5px solid blue; */
    background-color:  #2a3028;
    border-radius: 15px;
    padding: 20px;

    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: auto;
    width:100%;
    justify-content: center;
    align-items: center;
    float:center; 
    flex-direction: row;
  }

  #grid-item {
    /* border: 2px solid yellow; */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px;
    gap: 10px;
    margin: auto;
  }  
      
  .item {
    background-image: url('https://y3llowradish.neocities.org/hackerbackground.jpg');
    background-color: rgb(102, 106, 72);
    background-size:500px;
    background-position: center;
    border-radius:15px;
    text-align: center;
    padding: 20px 0;
    margin:auto;
    min-width:210px;
    max-width:550px;
    min-height:150px;
    max-height:500px;
  }

  .item:hover{
    box-shadow: 0px 0px 5px #78beff;
  }

  .smalleritem{
    background-image: url('https://y3llowradish.neocities.org/hackerbackground.jpg');
    /* background-color: white; */
    background-size:480px;
    background-position: 50% 35%;
    border-radius:15px;
    text-align: center;
    padding: 20px 0;
    margin:auto;
    width:200px;
    height:100px;
  }
  .smalleritem:hover{
    box-shadow: 0px 0px 5px #78beff;
  }
  
  .caption{
    color: rgb(102, 106, 72);
    margin-top: auto;
    font-size: 25px;
    text-align: center;
    padding:10px;
  }

  #main{
    display: block;
    overflow: auto;
    margin: auto; 
    border-radius:15px;
    width:100%;
    height:90%;
    justify-content: center;
    align-items: center;
  }
  

  #header{
    flex-wrap: wrap;
    word-break: break-word;
    position:absolute;
    right:60px;
    top:50px;
    margin:auto;
    color:  rgb(212,194,121);
    letter-spacing: 10px;
    font-size: 25px;
    font-family: 'Gajraj One', sans-serif;
  }
  
  #header h1{
    margin: 0px;
    font-size: 50px;
  }
  
  #headerlist{
    display:flex;
    justify-content: left;
    align-items: left;
    margin: auto;  
    padding:10px;
    float:left;                                            
  }
  
  .listitem {
    margin:auto;
    padding: 20px;
    font-size:20px;
    color:#7179b1;
  }
  
  .listitem img{
    margin-left:100px;
    width:300px;
  }
  
  #footerlist{
    display:flex;   
    margin:auto;
    justify-content: center;
    align-items: center;
    gap:10px;
  }
  
  #footerlist a{
    color: #7179b1;
  }
  
  a:link{
    text-decoration: none;
    color: #7179b1;
  }
  
  a:visited{
    color: #7179b1;
  }
  
  a:hover{
    text-shadow: 0px 0px 2px #78beff;
  }
