div h2{
    font-style: italic;
    color: #CC7351;
}

#kutu{
    margin-top: 7%;
    padding-left: 10%;
    padding-right: 10%;
}
#kutu li{
    color: #323929;
    cursor: pointer;
    padding: 5px;
    transition: 0.5s;
}
#kutu li:hover{
    padding-left: 10px;
    color: #20241a;
}
.custom-link {
    color: #1b1c1a;
    font-size: clamp(18px, 4vw, 25px);
    text-decoration: none;
    position: relative;
}

.custom-link::after {
    content: "";
    position: absolute;
    border-radius: 15%;
    width: 100%;
    height: 2.5px;
    bottom: 0;
    left: 0;
    background-color: #232422;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.custom-link:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

.isim-kenari{
    height: 0.8em;
    margin-left: 0.5rem;
    margin-bottom: 0.4rem;
}
