  body			{	width: 900px;	margin: auto;	}      

			

.footer {
    background: rgba(255, 100, 50, 0.5);
    color: #111;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {	display: grid;	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));}
.footer-container {gap: 30px;	max-width: 900px;	margin: 40px auto;	padding: 20px			}
.footer-container {border: 3px blue solid;			border-radius: 10px;						}





.footer h2, 
.footer h3 {    color : #fff;    margin-bottom: 10px;	}

.footer p {    margin: 5px 0;							}

.footer a {    color: #4da6ff;    text-decoration: none;	}

.footer a:hover {    text-decoration: underline;			}

.footer-map iframe {	width: 100%;	height: 200px;	border: 0;	border-radius: 8px;	}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}



	.map {	margin-top: 20px;	border-radius: 10px;	overflow: hidden;	}

	iframe {	display: block;		



	


