 /* Place your CSS styles in this file */
body {
	padding: 0px;
	margin: 0px;
}

.box {
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
	aspect-ratio: 1 / 1;
aspect-ratio: 1;

/* fallback to 'auto' for replaced elements */
aspect-ratio: auto 3/4;
aspect-ratio: 9/6 auto;

/* Global values */
aspect-ratio: inherit;
aspect-ratio: initial;
aspect-ratio: revert;
aspect-ratio: revert-layer;
aspect-ratio: unset;
}


.Founder{
	font-family: "Lucida Handwriting";
	color: white;
	text-align: center
}
.founderimage:hover img {
  transform: scale(1.5);
}

.linktext{
	text-align: center;
	font-size: 100px;
}

.bigimages{
	width: 900px;
	display:flex; margin: auto;
}

.container {
  position: relative;
  width: 50%;
	margin-left: auto; 
	margin-right: auto;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: auto;
}



.container {
  position: relative;
  overflow: visible;
  max-width: 300px;
  z-index: 1;
}
.container::after {
  content: '';
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  transition: .5s ease all;
}
img .menuitem {transition: .5s ease all; width: 100%; object-fit:cover;}
.container:hover img {
  transform: scale(1.1);
}


.menuitem{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


h1 {
    text-align: center;
    font-weight: normal;
	color: white;
}
.foodname{
	 text-align: center;
    font-weight: normal;
	font-family: "cursive", "French Script MT";
	font-size: 75px;
	color: white;
}
.fooddescription{
	text-align: center;
    font-weight: normal;
	font-family: "Lucida Handwriting";
	font-size: 20px;
	color: white;
	
}
.foodfacts{
	text-align: center;
    font-weight: normal;
	font-family: 'Times New Roman';
	font-size: 20px;
	color: white;
}
.line{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	 background-color: black;
  width: 1000px;
  border: 2px solid white;  
  padding: 0px;
}


body {
	background-image: url("../img/abstract-black-marble-decorative-background-vintage-ceramic-stone-texture-vector.jpg");
	padding: 0px;
	margin: 0px;
}
