        .content {
            max-width: 600px;
            margin: auto;
            text-align: center;
            
        }
        .content div {
            display: none;
        }
        .content div.active {
            display: block;
         border: 1px solid #40E0FF; /* Glowing Blue border */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Add padding inside sections */
  
    text-align: center;
     align-items: center;
     justify-content: center;
        }
