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;
    gap: 10px;
    margin: 0;
    padding: 10px;
}
#sayfalar :hover {
    color: #ffcc00;
}

#sayfalar a{
    text-decoration: none;
    color: white;
}

header h1{
    text-align: center;
}

#icecekler-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    padding: 20px;
    justify-content: center;
}

#icecekler-listesi p {
    text-align: center;
    padding: 10px;
}
#icecekler-listesi img {
    border-radius: 20px;
    width: 280px;
    height: 300px;
    gap: 20px;
}

#icecekler {
    padding: 40px;
    color: white;
    font-size: 30px;
}

#americano{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#espresso {
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#espresso {
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#caramel-machiato{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#latte{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#turkkahvesi{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}


#white-chocolate-mocha{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}


#mocha{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}


#cay{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}


#frappe{
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}

#americano:hover,
#espresso:hover,
#caramel-machiato:hover,
#latte:hover,
#turkkahvesi:hover,
#white-chocolate-mocha:hover,
#mocha:hover,
#cay:hover,
#frappe: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);
}
