body {
  background-color: #fde2eb;
  background-image: url('../images/meat background.png');
	background-position: top left;
	background-size: cover;
	background-attachment:fixed;
  font-size: 18px;
  font-family: Arial, "Arial", sans-serif;
}
.container {
  width: 50%;
  margin: auto;
  position: relative;
  
  
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
a:link {
  color: #7c170c;
}

/* visited link */
a:visited {
  color: #7c170c;
}
p {
  font-size: 32px;
}
/* Anything udner 1024px */
@media screen and (max-width: 1024px) {
	.image-grid {
		--num-cols: 2;
		--row-height: 150px;
	}
}