 a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}
 a:hover {
  color:black;
}
.div1 {
	background-color: #fe0000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.div2 {
	background-color: #fe0000;
}
.div3 {
	background-color: white;
	font-size: 45px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: black;
	padding-top: 25px;
}
.div4 {
	background-color: #ffffff;
	min-height: 350px;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	padding: 50px;
}
.box {
	height: 300px;
	width: 200px;
	background-color: lightyellow;
	font-size: 40pt;
	border: 4px solid black;
	overflow: hidden;
}
.box a {
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}