.arabankisim{
    height: 60px;
    font-family: monospace;
}
.arakalp{
    font-size:20px;
    font-weight: bold;
    color:rgb(216, 97, 97)
}
.arabanyazi{
    font-size: 17px;
    font-family: monospace;
    color:#000000;
    font-weight: bold;
}
.fallarimiz{
    background-color: #cc88b8;
    border: solid 2px;
}
.fallarimiz p{
    color: rgb(0, 0, 0);
    font-family: monospace;
}
.img-container {
    position: relative;
    overflow: hidden;
    max-width: 512px; /* Resminizin maksimum genişliği */
    max-height: 512px; /* Resminizin maksimum yüksekliği */
}

.img-container img {
    transition: transform 0.3s ease; /* Geçiş efekti için */
}

.img-container:hover img {
    transform: scale(0.9); /* Resminizin 1.2 katı büyüklüğüne genişletmek için */
}
.modal-body a{
    text-decoration: none;
    font-family: monospace;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5cm;
}
.modal-body a:hover{
    color: #cc9088;
}
