
.image-container {
	width: 100%;
	height: 250px; /* Adjust the height as needed */
	overflow: hidden;
	position: relative;
}

.image-container img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a:link {
  color: #ff9300;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #ff9300;
  text-decoration: none;
}

a:hover {
  color: #FF4537;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: pale-red;
  text-decoration: none;
} 