/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 09:51:03 */
.container-img {
	height: 100px;
	width: 100px;
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	a {		
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		align-items: center;
		height: 100%;
		svg {
			width: 100px;
			path {
				fill: white;
			}
		}
	}
}