.Urun-Baslik {
    text-align: center;
    justify-content: center;
    color: rgb(253, 242, 222);
}

.Birlestir {
    grid-column: span 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Konsept-Katana{
    background-image: url(Resimler/Arka-Plan/Konsept-Katana-Arkaplan.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Urun {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Urun > p {
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 44px;
    text-shadow: 0px 0px 2px white;
    opacity: 0;
}

.Urun:hover > p {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.Celik-Adi {
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    justify-content: center;
    color: white;
    text-shadow: 0px 0px 2px white;
}