section#sayfa {
  width: 100%;
}
section#sayfa > nav#m {
  width: 100%;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  height: 50px;
  overflow: hidden;
}
section#sayfa > nav#m > h1 {
  max-width: 1120px;
  width: 90%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#sayfa > nav#m > h1 a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#sayfa > div {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  padding: 15px;
  border-radius: 15px;
  gap: 15px;
}
section#sayfa > div > nav {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #253751;
}
section#sayfa > div > nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #868692;
}/*# sourceMappingURL=style.css.map */