#sahne2,#oyunuyenile{
  display: none;
}
#question {
  text-align: center;
  font-size: 70px;
  padding-top: 10px;
  color: rgb(255, 1, 1);
}
#dogru,#hata{
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.big-btn {
  background-color: coral;
  font-size: 35px;
  color: azure;
  width: 110px;
  height: 110px;
  border-radius: 20px;
  display: none;
}
.big-btn2 {
  background-color: rgb(83, 80, 255);
  font-size: 15px;
  color: azure;
  width: 110px;
  height: 110px;
  border-radius: 20px;
}

* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 50%;
  padding: 30px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
#box1 {
  font-size: 30px;
}
#box2 {
  font-size: 30px;
}
#box3 {
  font-size: 30px;
}
#box4 {
  font-size: 30px;

}

#quote {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.gunsoz{
  display: none;
  text-align: center;
}

.reklam{
  text-align: center;
}


.testimonials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.testimonial {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
}

.testimonial h3 {
  color: #333;
}

.testimonial p {
  color: #666;
}

.testimonial p:last-child {
  margin-top: 10px;
  font-style: italic;
}

.kutu {
  text-align: center;
  padding: 20px;
}

.image-container {
  display: inline-block;
  width: 300px; /* Sabit genişlik */
  margin: 0 10px 20px 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

.image-container p {
  padding: 10px;
  margin: 0;
}
