@charset "utf-8";
/* CSS Document */


        /* Custom CSS for styling */
        .image-containerAIDS {
            position: relative;
        }
        
        .overlay-text {
            position: absolute;
            top: 50%; /* Adjust this value to vertically center the text */
            left: 50%; /* Adjust this value to horizontally center the text */
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7); /* Background color and opacity for the overlay */
            color: white; /* Text color */
            padding: 20px; /* Padding for the text */
            text-align: center;
        }

