.example {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 1281px) {

  * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 90%;
    margin: 100px auto 120px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 30px;
  }

  .suluk-bilgi img {
    float: left;
    width: 400px;
    height: 360px;
    padding: 0 30px 10px 0;
  }
      
  .suluk-bilgisi {
    width: 900px;
    margin: auto;
  }

  .bolum2 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 90%;
    margin: 100px auto 120px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 30px;
  }

  .bos-kutu-tablo {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  .bos-kutu-tablo td {
    height: 20px;
    padding: 8px 20px; /* yazının kutu kenarına yapışmaması için boşluk */
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap; /* metni tek satırda tutar, istersen kaldırabilirsin */
  }
  
  .dolu-kutu-tablo {
    display: none; 
   }

   body {
    font-family: Arial, Helvetica, sans-serif;
  }

  main a { 
    color: #81f376; 
    text-decoration: none;
  }
  
  main h1 {
    color: #fff;
    font-size: 32px;
    line-height: 2;
  }

  main h2 {
    color: #fff;
    font-size: 24px;
    line-height: 2;
  }

  main p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {

  * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 96%;
    margin: 50px auto 10px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 10px;
  }

  .suluk-bilgi img {
    float: left;
    width: 350px;
    height: 310px;
    padding: 0 20px 10px 0;
  }
      
  .suluk-bilgisi {
    width: 330px;
    margin: auto;
  }

  .bolum2 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 96%;
    margin: 0px auto 0px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 20px;
  }

  .bos-kutu-tablo {
    width: 96%;
    border-collapse: collapse;
    margin-top: 5px;
  }

  .bos-kutu-tablo td {
    height: 10px;
    padding: 8px 5px; /* yazının kutu kenarına yapışmaması için boşluk */
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap; /* metni tek satırda tutar, istersen kaldırabilirsin */
  }
  
  .dolu-kutu-tablo {
   display: none; 
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }

  main a { 
    color: #81f376; 
    text-decoration: none;
  }
  
  main h1 {
    color: #fff;
    font-size: 32px;
    line-height: 2;
  }

  main h2 {
    color: #fff;
    font-size: 24px;
    line-height: 2;
  }

  main p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

  * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 96%;
    margin: 50px auto 10px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 10px;
  }

  .suluk-bilgi img {
    float: left;
    width: 350px;
    height: 310px;
    padding: 0 20px 10px 0;
  }
      
  .suluk-bilgisi {
    width: 330px;
    margin: auto;
  }

  .bolum2 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 96%;
    margin: 0px auto 0px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 20px;
  }

  .bos-kutu-tablo {
    width: 96%;
    border-collapse: collapse;
    margin-top: 5px;
  }

  .bos-kutu-tablo td {
    height: 10px;
    padding: 8px 5px; /* yazının kutu kenarına yapışmaması için boşluk */
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap; /* metni tek satırda tutar, istersen kaldırabilirsin */
  }
  
  .dolu-kutu-tablo {
   display: none; 
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }

  main a { 
    color: #81f376; 
    text-decoration: none;
  }
  
  main h1 {
    color: #fff;
    font-size: 28px;
    line-height: 1.8;
  }

  main h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.8;
  }

  main p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

  * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 96%;
    margin: 30px auto 10px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 10px;
  }

  .suluk-bilgi img {
    float: center;
    width: 100%;
    height: 260px;
    padding: 0 0px 10px 0;
  }
      
  .suluk-bilgisi {
    width: 96%;
    margin: auto;
  }

  .bolum2 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 100%;
    margin: 20px 0 20px 0;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 5px;
  }

  .bos-kutu-tablo {
    display: none;
    width: 90%;
    border-collapse: collapse;
    margin-top: 5px;
  }
  
  .bos-kutu-tablo td {
    display: none;
    height: 10px;
    padding: 8px 5px; /* yazının kutu kenarına yapışmaması için boşluk */
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap; /* metni tek satırda tutar, istersen kaldırabilirsin */
  }   
  
  .dolu-kutu-tablo {
    display: inline-block;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

  .dolu-kutu-tablo td {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    border: 1px solid #81f376;
    box-sizing: border-box;
    padding: 4px 2px;
    font-size: 14px;
  }

  /* Sol hücre (başlık) */
  .dolu-kutu-tablo td.baslik {
    width: 28%;
    height: 60px;
  }

  /* Sağ hücre (açıklama) */
  .dolu-kutu-tablo td.aciklama {
    width: 70%;
    height: 60px;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }

  main a { 
    color: #81f376; 
    text-decoration: none;
  }
  
  main h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
  }

  main h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
  }

  main p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {

  * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 96%;
    margin: 30px auto 10px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 10px;
  }

  .suluk-bilgi img {
    float: center;
    width: 100%;
    height: 260px;
    padding: 0 0px 10px 0;
  }
      
  .suluk-bilgisi {
    width: 96%;
    margin: auto;
  }

  .bolum2 {
    min-height: 100vh;
    margin-top: 0px;
    background-image: url('image/verbana.jpg');
    background-attachment: fixed; /* sabit arka plan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 100%;
    margin: 20px 0 20px 0;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 5px;
  }

  .bos-kutu-tablo {
    display: none;
    width: 90%;
    border-collapse: collapse;
    margin-top: 5px;
  }
  
  .bos-kutu-tablo td {
    display: none;
    height: 10px;
    padding: 8px 5px; /* yazının kutu kenarına yapışmaması için boşluk */
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap; /* metni tek satırda tutar, istersen kaldırabilirsin */
  }   
  
  .dolu-kutu-tablo {
    display: inline-block;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

  .dolu-kutu-tablo td {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    border: 1px solid #81f376;
    box-sizing: border-box;
    padding: 4px 2px;
    font-size: 14px;
  }

  /* Sol hücre (başlık) */
  .dolu-kutu-tablo td.baslik {
    width: 28%;
    height: 60px;
  }

  /* Sağ hücre (açıklama) */
  .dolu-kutu-tablo td.aciklama {
    width: 70%;
    height: 60px;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }

  main a { 
    color: #81f376; 
    text-decoration: none;
  }
  
  main h1 {
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
  }

  main h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
  }

  main p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }
}