
		body{
			background: #EBE7E4;
		}
		
		h1{
 			font-family: "Beau Rivage", cursive;
 			font-weight: 400;
			font-style: normal;
			font-size: 96px;
			color: #68583B;
			text-align: center;
			margin-bottom: 1%
			}
		
		h2{
 			font-family: "Beau Rivage", cursive;
 			font-weight: 400;
			font-style: normal;
			font-size: 60px;
			color: #68583B;
			text-align: center;
			
			
			}
		
		p,li {
			font-family: "Crimson Text", serif;
  			font-weight: 400;
  			font-style: normal;
			font-size: 36px;
			text-align: center;
			color: #68583B;
			padding: 10px
		}
		
		img[alt="Milkshakes"] {
    		display: block;
    		margin-left: auto;
    		margin-right: auto;
    		margin-top: -1%;
			margin-bottom: -4%
    					
		}
		
		.PaxWrap{
			display: flex;
			align-items: center;
			position: relative;
			width: 100%;
			justify-content: center
			
		}
		
		img[alt="Pax"] {
			height: 100px;
			box-shadow: 2px 2px 3px 6px #68583B;
			box-sizing: border-box;
			object-fit: contain;
			border-radius: 50%;
			display: block;
			width: 10%;
     		}
		
		.Ingredients{
			margin-top: 5%
		}
		
		img[alt="milk"]{
			float: left;
			display: flex
		}
		
		.Ingredients{
			width:80%;
			margin: 0 auto;
			padding: 20px;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
			
		}
		
		.iic{
			width: 100%;
			margin-bottom: 20px;
			position: relative;
		}
		
		.iic img{
			width:300px;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}
		
		.iic img:first-child{
			left: 0;
			top: 12em
		}
		
		.iic img:last-child{
			right: -10%;
			top: 15em;
			width: 500px;
			
		}
		
		.icc{
			width: 100%;
			text-align: center;
		}
		
		.print-b{
			font-family: "Beau Rivage", cursive;
 			font-weight: 400;
			font-style: normal;
			font-size: 1.3em;
			display: inline-block;
			padding: 10px 20px;
			margin-top: -70px;
			background-color: grey;
			color: white;
			text-decoration: none;
			border-radius: 10px;
			cursor: pointer;
			border:ridge #E4393D;
	        transition: transform 0.3s ease, background 0.3s ease;
		}
		
		.print-b:hover{
			transform: scale(1.1);
			background-color: royalblue;
		}
		
		.RecipesTitle{
			
			border-bottom: 5px solid #9A8F71;
			box-sizing: border-box;
			width: 100%;
			height: auto;
		}
		
		.Directions{
			border-bottom: 5px solid #9A8F71;
			width: 100%;
			height: auto;
		}
		
		.Recipes{
			border-left: 5px solid #9A8F71;
			border-right: 5px solid #9A8F71;
			border-bottom: 5px solid #9A8F71;
			width: 100%;
			height: auto;
		}
		
		
	