body {  
    background-image: url(cafe-arka-plan4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

header{
    background-color: #353535;
    color: white;
    padding: 10px;
}

#sayfalar{
    text-align: center;
    background-color: #353535;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 10px;
}

#sayfalar :hover {
    color: #ffcc00;
}

#sayfalar a{
    text-decoration: none;
    color: white
}

header h1{
    text-align: center;
}

#tatlilar-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    padding: 20px;
    justify-content: center;
}

#tatlilar-listesi p {
    text-align: center;
    padding: 20px;
}

#tatlilar-listesi img {
    border-radius: 20px;
    width: 280px;
    height: 300px;
    gap: 20px;
}

#tatlilar {
    padding: 40px;
    color: white;
    font-size: 30px;
}

#bogurtlenli-pasta{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#cikolatali-pasta {
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#cilekli-pasta{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#black-macaron{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#sufle{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#kurabiye{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#bitter-cikolatalı-kek{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#bogurtlenli-pasta:hover, 
#cikolatali-pasta:hover, 
#cilekli-pasta:hover,
#black-macaron:hover, 
#sufle:hover, 
#kurabiye:hover, 
#bitter-cikolatalı-kek:hover {
    transform: scale(1.03);
}

.siparis-btn {
    background-color: #ffcc00;
    color: #353535;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: auto;
    transition: 0.3s;
}

.siparis-btn:hover {
    background-color: white;
    transform: scale(1.03);
}
