/* public/css/styles.css */



.glass-section {
    background: rgba(0, 0, 255, 0.2); /* Adjust the alpha value for transparency */
    border-radius: 15px;
    padding: 20px;
    width: 400px; /* Adjust the width as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px); /* Add blur effect */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Optional: Add a border for better visibility */
}

.text-white {
    color: #fff !important;
    border-radius: 5px;
}

