.vpn-head {
    width: 300px;
    height: 90px;
    background: #6500ff;
    border-radius: 15px;
    margin: 0px auto;
    display: block;
    font-weight: bold;
    
}
#file-box {
    width: 300px;
    height: 400px;
    background: black;
    border-radius: 15px;
    margin: 0px auto;
    display: block;
    font-weight: bold;
    box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.7); /* White shadow */
    color: white; /* Text color for better contrast */
    text-align: center; /* Center the text inside the box */
    line-height: 90px; /* Vertically center the text */
}

.link-box {
    display: block;
    margin: 0px auto;
    width: 200px;
    height: 50px;
    background: #6500ff;
    border-radius: 10px;
    font-family: Monospace;
}

.link-box:active {
    background: #7a00ff;
    }

h4 {
    font-size: 15px;
    position: relative;
    bottom: 20px;
}

#expiry-date {
    width: auto;
    height: auto;
    background: black;
    border-radius: 15px;
    margin: 0px auto;
    display: block;
    font-weight: bold;
    border: 1px solid red;
    color: white; /* Text color for better contrast */
    text-align: left; /* Center the text inside the box */
    line-height: 90px; /* Vertically center the text */
}


/* Footer */
footer {
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    font-size: 2rem;
    color: white;
    background: black;
    border-top: 1px solid #333;
}


  .msg-container {
            background: #1c1c1c;
            padding: 20px;
            border-radius: 10px;
             box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.7);
            width: 300px;
            text-align: center;
            display: block;
            margin: 0px auto;
        }
    
         textarea {
            width: 90%;
            height: 120px;
            margin: 10px 0;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        #send-btn {
            background-color: #25d366;
            color: white;
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }
        
       #send-btn:active {
            background-color: #20b259;
        }
    
  
  .update-box {
      font-family: Arial, sans-serif;
      position: relative;
      max-width: 300px;
      margin: 20px auto;
      padding: 15px;
      border-radius: 5px;
      background-color: #7287e3;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .update-box h3 {
      margin: 0 0 10px;
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      background: #ff5c5c;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      font-size: 16px;
      text-align: center;
      line-height: 23px;
    }
    .close-btn:hover {
      background: #ff2e2e;
    }
      

