






.uygulama {
  margin-bottom: 30px;
}

.uygulama img {
  width: 100%;
  border-radius: 20px; /* Kenarları hafif oval yapıldı */
}

.uygulama a {
  color: #000000;
}

.uygulama a:hover {
  color: #eb2b41;
}

.uygulama-name {
  height: 40px;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}








h4.page-title {
    width: 100%; /* sayfa boyunca uzunluk */
    height: 80px;
    overflow: hidden;
    margin: -66px auto 0;
    background-color: rgba(51, 51, 61, 0.95); /* hafif transparan modern renk */
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 0px;
    line-height: 80px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif; /* Font değişti */
    font-size: 20px;
    font-weight: 700; /* px kaldırıldı, kalın yapıldı */
    text-align: center;
    position: relative; /* pseudo-elementler için gerekli */
}

