.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;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-image: url('image/yorumlariniz.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  
  .anket-butonlar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
  }
  
  .anket-butonlar span {
    font-size: 20px;
    font-weight: bold;
  }
  
  .evet-btn, .hayir-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .evet-btn {
    background-color: #2ecc71;
  }
  
  .evet-btn:hover {
    background-color: #27ae60;
  }
  
  .hayir-btn {
    background-color: #e74c3c;
  }
  
  .hayir-btn:hover {
    background-color: #c0392b;
  }

  main, .bolum2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%; /* %90 yapıyoruz */
    max-width: 90%; /* Laptoplarda yeterli genişlik */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 30px;
  }
  
  
  .yorum-baslik {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .referans-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .referans-karti {
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    word-wrap: break-word;
  }
  
  
  .referans-ad {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .referans-konu {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .referans-bos {
    font-style: italic;
    text-align: center;
  }

}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-image: url('image/yorumlariniz.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  
  .anket-butonlar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
  }
  
  .anket-butonlar span {
    font-size: 20px;
    font-weight: bold;
  }
  
  .evet-btn, .hayir-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .evet-btn {
    background-color: #2ecc71;
  }
  
  .evet-btn:hover {
    background-color: #27ae60;
  }
  
  .hayir-btn {
    background-color: #e74c3c;
  }
  
  .hayir-btn:hover {
    background-color: #c0392b;
  }

  main, .bolum2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%; /* %90 yapıyoruz */
    max-width: 90%; /* Laptoplarda yeterli genişlik */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 30px;
  }
  
  
  .yorum-baslik {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .referans-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .referans-karti {
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    word-wrap: break-word;
  }
  
  
  .referans-ad {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .referans-konu {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .referans-bos {
    font-style: italic;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-image: url('image/yorumlariniz.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  
  .anket-butonlar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
  }
  
  .anket-butonlar span {
    font-size: 20px;
    font-weight: bold;
  }
  
  .evet-btn, .hayir-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .evet-btn {
    background-color: #2ecc71;
  }
  
  .evet-btn:hover {
    background-color: #27ae60;
  }
  
  .hayir-btn {
    background-color: #e74c3c;
  }
  
  .hayir-btn:hover {
    background-color: #c0392b;
  }

  main, .bolum2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%; /* %90 yapıyoruz */
    max-width: 90%; /* Laptoplarda yeterli genişlik */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 30px;
  }
  
  
  .yorum-baslik {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .referans-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .referans-karti {
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    word-wrap: break-word;
  }
  
  
  .referans-ad {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .referans-konu {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .referans-bos {
    font-style: italic;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-image: url('image/yorumlariniz.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  
  .anket-butonlar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
  }
  
  .anket-butonlar span {
    font-size: 20px;
    font-weight: bold;
  }
  
  .evet-btn, .hayir-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .evet-btn {
    background-color: #2ecc71;
  }
  
  .evet-btn:hover {
    background-color: #27ae60;
  }
  
  .hayir-btn {
    background-color: #e74c3c;
  }
  
  .hayir-btn:hover {
    background-color: #c0392b;
  }

  main, .bolum2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%; /* %90 yapıyoruz */
    max-width: 90%; /* Laptoplarda yeterli genişlik */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 30px;
  }
  
  
  .yorum-baslik {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .referans-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .referans-karti {
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    word-wrap: break-word;
  }
  
  
  .referans-ad {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .referans-konu {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .referans-bos {
    font-style: italic;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-image: url('image/yorumlariniz.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  }
  
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  
  .kutucuk1 {
    background-color: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  
  .anket-butonlar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
  }
  
  .anket-butonlar span {
    font-size: 20px;
    font-weight: bold;
  }
  
  .evet-btn, .hayir-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .evet-btn {
    background-color: #2ecc71;
  }
  
  .evet-btn:hover {
    background-color: #27ae60;
  }
  
  .hayir-btn {
    background-color: #e74c3c;
  }
  
  .hayir-btn:hover {
    background-color: #c0392b;
  }

  main, .bolum2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .kutucuk2 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%; /* %90 yapıyoruz */
    max-width: 90%; /* Laptoplarda yeterli genişlik */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 30px;
  }
  
  
  .yorum-baslik {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .referans-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .referans-karti {
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    word-wrap: break-word;
  }
  
  
  .referans-ad {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  
  .referans-konu {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .referans-bos {
    font-style: italic;
    text-align: center;
  }
}