 body {
 	font-family: "Noto Sans", sans-serif;
 	font-optical-sizing: auto;
 	font-style: normal;

 }

 /*
h1 {
	font-size: 16px;
	margin-top: 0;
}

p {
	color: rgb(107, 114, 128);
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.card {
	max-width: 620px;
	margin: 0 auto;
	padding: 16px;
	border: 1px solid lightgray;
	border-radius: 16px;
}

.card p:last-child {
	margin-bottom: 0;
} */


 /* About section */
 #about img {
 	aspect-ratio: 4/3;
 	/* Adjust based on image */
 	max-height: 400px;
 	/* Optional: limit max height */
 	font-family: "Noto Sans", sans-serif;
 }

 /* Room images */
 .room-card img {
 	height: 16rem;
 	aspect-ratio: 4/3;
 }

 /* Gallery images */
 .gallery-item img {
 	aspect-ratio: 4/3;
 	/* Adjust based on your images */
 }

 .home-text {
 	bottom: 150px;
 }

 .top-nav {
 	color: white;

 }