body{
    background-image: url(anaysafa-arka-plan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

header{
    background-color: #9978df;
    padding: 10px;
    text-align: center;
    color: white
}

#anasayfa-sayfalar{
    background-color: #795fb2;
    list-style: none;
    margin: auto;
    gap: 40px;
    display: flex;
    justify-content: center;
    height: 5%;
}

#anasayfa-sayfalar a{
    position: relative;
    text-decoration: none;
    color: #3c0f4b;
    font-size: 20px;
    top: 10px;
}
#anasayfa-sayfalar a:hover{
    color: #ffffff;
}

#bileklikler{
    font-size: 27px;
    color: black;
    font-family: Arial;
    padding: 20px;
    text-align: center;
    
}

#bileklik-listesi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    font-size:18px;
}

#bileklik-listesi img{
    margin: 20px;
    width: 350px;
    height: 350px;
    border-radius: 20px;
}

#yonca-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#kurdele-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#manset-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#kurdele-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#kalpli-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#gümüs-pandora-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#kelebekli-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}

#yaprak-motifli-bileklik{
    background-color: #9978df;
    width:400px;
    height:520px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.3s;
}
#yaptarak-motifli-bileklik:hover,
#kelebekli-bileklik:hover,
#gümüs-pandora-bileklik:hover,
#kalpli-bileklik:hover,
#yaprak-motifli-bileklik:hover,
#manset-bileklik:hover,
#kurdele-bileklik:hover,
#yonca-bileklik:hover{
    transform: scale(1.03);
}

#iletisim{
    text-align: center;
    background-color: #9978df;
    padding-bottom: 5px;
    margin-top: 20px;
}

#iletisim-link a{
    text-decoration: none;
    font-size: 18px;
    margin: 0 10px;
}
#iletisim-link a:hover{
    color: #ffffff;
}
#footer{
    text-align: center;
    background-color: #9978df;
    padding: 10px;
    margin-top: 20px;
    font-size: 17px;
}
#footer h2{
    color: white;
    font-family: Arial;
}

.button {
    background-color: #ffffff;
    border: none;
    padding: 8px 15px;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    margin: auto;
    margin-top: 14px;
    width: 60%;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #670065;
}
