        .image-container {
            margin-bottom: 20px;
        }

        .social-icons {
            margin-top: 20px;
						
				}

        .social-icons a {
            text-decoration: none;
            display: inline-block;
            margin: 0 0px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            background-color: #f0f0f0;
            color: #333;
            font-size: 24px;
					
        }

        .social-icons a:hover {
            background-color: #ddd;
					
        }

        .fa-facebook { color: #3b5998; }
        .fa-twitter { color: #1da1f2; }
        .fa-whatsapp { color: #25d366; }