body{
    background-image: radial-gradient(circle at 50% 85%, rgb(0,90,15)0%,rgb(0,50,5)35%,#001d00 75%,#000 100%);

}
.container{
    
    display: flex;
    justify-content: left;
    align-items: left;
    height: 100vh;
    flex-direction: row;
}
#networksbutton{
   
    border-radius: 8px;
    border: 1px solid rgba(0,40,10,0.8);
    margin-top: 0px;
    margin-left: 25px;
    padding: 12px 12px;
    align-self: center;
    background-color: rgba(0, 40, 10,0.8);
    color:rgb(150,255,160);
    

    
    cursor: pointer;
    filter: hue-rotate(0deg);
    transition: background-size 0.2s ease-in-out;

    border: none;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
   
    box-shadow: 0 0 25px rgba(0, 162, 35, 0.389);
    transition: 0.2s ease;



}
#networksbutton:hover {
      background-color:rgba(0,70,15,0.9);
      box-shadow: 0 0 25px rgba(0, 150, 30, 0.5);
      transition: translateY(-2px);
      transform: scale(1.05);
}


#networksbutton:active {
    background-color: #1e7213;
    transform: scale(0.95);
}
#networksecuritybutton{
    margin-left: 25px;
    margin-bottom: 0px;
   
    border-radius: 8px;
    border: 1px solid rgba(0,40,10,0.8);
    margin-top: 0px;
    padding: 12px 12px;
    align-self: center;
    background-color: rgba(0, 40, 10,0.8);
    color:rgb(150,255,160);
    

    
    cursor: pointer;
    filter: hue-rotate(0deg);
    transition: background-size 0.2s ease-in-out;

    border: none;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
   
    box-shadow: 0 0 25px rgba(0, 162, 35, 0.389);
    transition: 0.2s ease;

}
#networksecuritybutton:hover {
      background-color:rgba(0,70,15,0.9);
      box-shadow: 0 0 25px rgba(0, 150, 30, 0.5);
      transition: translateY(-2px);
      transform: scale(1.05);
}


#networksecuritybutton:active {
    background-color: #1e7213;
    transform: scale(0.95);
}
h1{
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  margin:0 0 0 0;
  text-align: top;


  color:rgb(150,255,160);

  text-shadow: 0 0 5px #7cff7c,0 0 20px rgba(0, 255, 50, 0.5);

  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow{
    from{
        text-shadow: 0 0 5px #6cfe56 ;
    }
    to{
        text-shadow: 0 0 10px #71ff64,0 0 30px rgba(102, 242, 99, 0.6) ;
        
    }
}

#memorystoragebutton{
    margin-left: 25px;
    margin-bottom: 0px;
   
    border-radius: 8px;
    border: 1px solid rgba(0,40,10,0.8);
    margin-top: 0px;
    padding: 12px 12px;
    align-self: center;
    background-color: rgba(0, 40, 10,0.8);
    color:rgb(150,255,160);
    

    
    cursor: pointer;
    filter: hue-rotate(0deg);
    transition: background-size 0.2s ease-in-out;

    border: none;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
   
    box-shadow: 0 0 25px rgba(0, 162, 35, 0.389);
    transition: 0.2s ease;

}
#memorystoragebutton:hover {
      background-color:rgba(0,70,15,0.9);
      box-shadow: 0 0 25px rgba(0, 150, 30, 0.5);
      transition: translateY(-2px);
      transform: scale(1.05);
}


#memorystoragebutton:active {
    background-color: #1e7213;
    transform: scale(0.95);
}
#back{
    position: fixed;
    top: 25px;
    right: 25px;
   
    border-radius: 8px;
    border: 1px solid rgba(0,40,10,0.8);
    margin-top: 0px;
    padding: 12px 12px;
    align-self: center;
    background-color: rgba(0, 40, 10,0.8);
    color:rgb(150,255,160);
    

    
    cursor: pointer;
    filter: hue-rotate(0deg);
    transition: background-size 0.2s ease-in-out;

    border: none;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
   
    box-shadow: 0 0 25px rgba(0, 162, 35, 0.389);
    transition: 0.2s ease;

}
#back:hover {
      background-color:rgba(0,70,15,0.9);
      box-shadow: 0 0 25px rgba(0, 150, 30, 0.5);
      transition: translateY(-2px);
      transform: scale(1.05);
}


#back:active {
    background-color: #1e7213;
    transform: scale(0.95);
}
