body {
    font-family: 'Nunito', sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  height: 170px;
  }
  header{
  height: 170px;
  border-bottom: solid 1px rgb(206, 206, 206);
  box-shadow: rgb(224, 224, 224) 0 1px 0 0;
  }
  .logo{
      display: flex;
      align-items: center;
      color: #666565;
      font-family: 'Aboreto', system-ui;
      font-weight: lighter;
      font-style: italic;
      font-size: 55px;
      height: 30px;
      margin-top: 55px;
  }
  .containerbar{
      max-width: 1920px;
      margin: 0 auto;
  }
  .menu-toggle {
      display: none;
  }
  
  .bar {
      width: 30px;
      height: 3px;
      background-color: #666565;
      margin: 6px 0;
  }
  
  /* Navbar Linkleri */
  .nav-links {
      list-style: none;
      display: flex;
      margin-left: 55px;
      margin-top: 50px;
  }
  
  .nav-links li {
  margin-right: 40px;
      
  }
  .nav-links li a {
    text-decoration: none;
    color: #312d2d;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Aboreto', system-ui;
  }


.container-proje {
    width: 80%;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.container-proje h1, h2 {
    color: #666565;
    font-family: 'Aboreto', system-ui;
    margin-top: 20px;
}
.container-proje li{
    font-family: Arial, Helvetica, sans-serif;
    color: #666565;
    line-height: 40px;
}
 .container-proje ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

.container-proje  ul li, ol li {
    margin-bottom: 10px;
}
.container-proje  strong {
    color: #383535;
    font-family: 'Aboreto', system-ui;
}
.container-proje li{
    font-family: Arial, Helvetica, sans-serif;
    color: #666565;
    line-height: 40px;
}
.print-button {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: rgb(230, 54, 113);
    color: white;
    border-radius: 5px;
    border: white 1px solid;
    font-family: 'Aboreto', system-ui;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.print-button:hover {
    background-color: #333;
    color: white;
}

.container-proje  strong {
    color: #383535;
    font-family: 'Aboreto', system-ui;
}
.container-proje li{
    font-family: Arial, Helvetica, sans-serif;
    color: #666565;
    line-height: 40px;
}
.print-button {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: rgb(230, 54, 113);
    color: white;
    border-radius: 5px;
    border: white 1px solid;
    font-family: 'Aboreto', system-ui;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.print-button:hover {
    background-color: #333;
    color: white;
}


@media only screen and (width<=600px){
    body {
        font-size: 16px;
    }
  .logo {
        font-size: 30px;
        margin-right: 10px;
        margin-top: 30px;
    }
    header{
      height: 160px;
    }
    .menu-toggle {
      display: block;
      margin-top: 10px;
     
  }
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 80px;
    right: 60px;
    left: 0;
   }
  .nav-links.active {
      display: flex;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 5px;
      margin-top: 70px;
  }
    .nav-links li a {
      font-size: 17px;
   }
    .nav-links li {
      margin: 10px 0;
  }
  .blog-main {
        flex-direction: column;
        margin-top: 5px;
    }
    .containerbar{
      width: auto;
    }
    .motif{
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
  .logo {
        font-size: 40px;
    }
    .nav-links {
       
        margin-top: 30px;
    }
  .nav-links li {
        margin-right: 40px;
    }
    .containerbar{
        width: auto;
      }
    }