@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Knewave&family=Lilita+One&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,472;1,472&family=Rubik+Spray+Paint&display=swap" rel="stylesheet');*{font-family:Lilita One,sans-serif;font-weight:700;font-style:normal}.header{display:flex;margin:0;padding:15px;width:100%;justify-content:space-around;border-bottom:1px solid gainsboro;box-sizing:border-box;overflow-x:hidden}.landingPage-Container{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;overflow:hidden}.prereload{grid-template-rows:repeat(1fr,1fr,1fr)}.title{max-width:690px}.recipeWrapper{border:1px solid gainsboro;box-shadow:0 4px 8px rgba(0,0,0,.2);list-style:none;margin:30px}.no-underline,.recipeWrapper{text-decoration:none}.prereload{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:auto;justify-items:center}@media (max-width:768px){.title{line-height:1;margin:0;padding:0}.prereload{display:flex;justify-content:center;flex-direction:column}}.recipeDetail{display:flex;flex-direction:column;align-items:center}.infoDetails{display:flex;flex-direction:row;gap:20px}.imageAndIngredients{display:flex;gap:100px}.imageAndIngredients Image{width:500px;height:500px}.instruction h1{border-bottom:2px solid orange;width:150px}@media (max-width:768px){.imageAndIngredients Image{max-width:100%;height:100%;border-radius:8px}.infoDetails{gap:0}.imageAndIngredients,.infoDetails{display:flex;flex-direction:column}.imageAndIngredients{gap:20px}}