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;
    margin: auto;
    padding: 10px;
}

#sayfalar :hover {
    color: #ffcc00;
}

#sayfalar a{
    text-decoration: none;
    color: white
}

#calisma-saatleri {
    width: 800px;
    background-color: gray;
    padding: 30px;
    color: white;
    margin: 20px;
    border-radius: 20px;
    font-size: 22px;
    line-height: 30px;
    transition: transform 0.3s;
}
#calisma-saatleri:hover {
    transform: scale(1.035);
}

#icerik {
    display: flex;
    justify-content: center;
    align-items: center;
}

#musteri-yorumlari {
    width: 800px;
    background-color: gray;
    padding: 30px;
    color: white;
    margin: 20px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 40px;
    transition: transform 0.3s;
}
#musteri-yorumlari:hover {
    transform: scale(1.03);
}

#calisma-saatleri h3 {
    font-size: 20px;
}

header h1{
    text-align: center;
}