#FindMedicine{
	background: url(Find.jpg);
	background-repeat: repeat;
	background-size: 100%;
	position: scroll;
	left: 0;
	right: 0;
}

#MoreInformation {
	background: url(info.jpg);
	background-repeat: repeat;
	background-size: 100%;
	background-opacity: 0.2;
	
	left: 0;
	right: 0;
}

#Contact {
	background: url(contact.jpg);
	background-repeat: repeat;
	background-size: 100%;
	background-opacity: 0.2;
	left: 0;
	right: 0;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.01rem;
  background-color: #efefef;
  text-align: center;
  height: 40px;
}


.grid {
	border: 2px black dotted;
	width: 800px;
	height: 2000px;
	display: grid;
	grid-template: repeat(7, 1fr) / 27% 73%;
	grid-row-gap: 15px;
	grid-column-gap: 5px;
}

.boks {
	background-color: red;
	color: black;
	border-radius: 5px;
	border: 2px dodgerblue solid;
}

.a img, .c img, .e img, .g img, .i img, .k img, .m img {
	display: flex;
	justify-content: center;
}
