	body {
	  background-image: url(imagenes/fondos/tilegingham02.gif);
	  background-size: 5%;
	  background-repeat: repeat;
	  background-position: center center;
	  font-family: "times new roman";
	  text-align: justify;
	}
	
	.grid-layout {
	  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	  justify-content: center;
    gap: 20px;
    padding: 10px;
	  
	  width: 85%;
	  background-color: grey;
	  margin: 0 auto;
	  overflow: auto
	}
	
		.receta {
	  background-color: antiquewhite;
	  padding: 10px;
	}