@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@100&display=swap");
* {
  margin: 0;
}

.nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 2em 2em 3em;
}

.nav1 .text1 {
  font-family: 'Great Vibes', cursive;
  font-size: 100px;
  margin: 30px;
}

.nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1em;
}

.nav2 a {
  text-decoration: none;
  color: black;
}

.nav2 a:hover {
  color: #258f8f;
}

.list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3%;
  margin-bottom: 5%;
  -ms-grid-columns: (35vh)[3];
      grid-template-columns: repeat(3, 35vh);
  -ms-grid-rows: (20vw)[1];
      grid-template-rows: repeat(1, 20vw);
  row-gap: 20px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.pic1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../recipe/images/pic3.png");
}

.text-pic1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: justify;
  text-justify: inter-word;
}

.text-pic1 p {
  font-size: medium;
}

.text-pic1 span {
  color: #258f8f;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: large;
}

.pic2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../recipe/images/pic1.png");
}

.text-pic2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: justify;
  text-justify: inter-word;
}

.text-pic2 p {
  font-size: medium;
}

.text-pic2 span {
  color: #258f8f;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: large;
}

.pic3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../recipe/images/pic2.png");
}

.text-pic3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: justify;
  text-justify: inter-word;
}

.text-pic3 p {
  font-size: medium;
}

.text-pic3 span {
  color: #258f8f;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: large;
}

.home {
  border-radius: 12px;
}

.home button {
  background-color: white;
  border: 1px solid #258f8f;
  border-radius: 40px;
  margin: 50px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.home button:hover {
  background-color: #258f8f;
  border-radius: 40px;
}

.home button a {
  color: black;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: large;
}
/*# sourceMappingURL=style.css.map */