:root {
  --primary-color: blueviolet;
}

.intro {
  text-align: center;
  background: #f9f7fe;
  padding: 160px 20px;
}

.intro h1 {
  color: var(--primary-color);
  font-size: 70px;
}
.intro h2 {
  font-size: 25px;
}

.intro p {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

h2 {
  font-size: 50px;
}

.images {
  width: 490px;
  height: 460px;
}
.descriptions p {
  width: 420px;
}

@media (max-width: 960px) {
  .descriptions {
    padding: 0;
    text-align: center;
  }
  .about-section-space {
    text-align: center;
  }
  .about-image {
    text-align: center;
    height: 300px;
    width: 300px;
  }
  .descriptions p {
    text-align: center;
  }
  nav a {
    font-size: 14px;
  }
}
.about-description h1 {
  font-size: 18px;
  color: var(--primary-color);
}
.about-description h2 {
  font-size: 64px;
}
.about-description p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.about-image {
  height: 560px;
  width: 560px;
  border-radius: 25px;
}
.about-section-space {
  padding: 60px 20px;
}

.work-image {
  width: 430px;
  height: 430px;
  border-radius: 25px;
}
.about-h1 {
  font-size: 64px;
  text-align: center;
  font-family: "Gloock", serif;
}
.yogurt-section {
  text-align: center;
}
.yogurt-section h2 {
  font-size: 24px;
  margin-top: 15px;
  color: var(--primary-color);
}
.logo {
  max-width: 150px;
}
nav {
  padding: 20px 0;
}
nav a {
  text-decoration: none;
  color: #272142;
  transition: all 100ms ease-in-out;
}
nav li {
  display: inline;
  list-style: none;
  line-height: 42px;
  margin-left: 15px;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li.active a {
  color: var(--primary-color);
}
