.ikinci {
  padding-left: 0px;
}

.birinci {
  padding-bottom: 0px;
}

.alert-light,
.alert-success {
  margin-bottom: 0;
}
.alert-secondary {
  background-color: #f2f2f2;
}
h1 {
  font-size: 24px;
  color: gray;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
.footer {
  padding-top: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: gray;
  color: #fff;
  text-align: center;
  clear: both;
}
a {
  text-decoration: none;
}

.sayi {
  background-color: yellow;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  .ikinci {
    padding-bottom: 0em;
  }
}

@media screen and (max-width: 432px) {
  h1 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 415px) {
  h1 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 394px) {
  h1 {
    font-size: 1.05em;
  }
}

@media screen and (max-width: 384px) {
  h1 {
    font-size: 1em;
  }
}

/* @media screen and (max-width: 375px) {
  h1 {
    font-size: 1em;
  }
} */

@media screen and (max-width: 360px) {
  h1,
  h2 {
    font-size: 1.1em;
    /* margin-bottom: 0px; */
  }
  /* .alert-light {
    margin-bottom: 0px !important;
  } */
}
@media screen and (max-width: 320px) {
  h1 {
    font-size: 0.93em;
  }
  h2 {
    font-size: 0.9em;
  }
  .logo {
    width: 172px;
    height: 38px;
  }
}

@media screen and (max-width: 280px) {
  h1,
  h2 {
    font-size: 0.75em;
  }
  .logo {
    width: 152px;
    height: 34px;
  }
}

@media screen and (max-width: 240px) {
  .nokta {
    font-size: 0.8em !important;
  }
  h1 {
    font-size: 0.9em !important;
  }
  h2 {
    font-size: 0.9em !important;
  }
  h3 {
    font-size: 1.2em !important;
  }
  .logo {
    width: 117px;
    height: 23px;
  }
}
