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;
}

#kendimizi-tanitma {
    font-family: Arial;
    font-weight: bold;
    background-color:#a885cb;
    color: white;
    padding: 100px;
    width: 60%;
    text-align: center;
    margin:auto;
    border-radius: 20px;
    margin-top:9%;
    margin-bottom: 9%;
    line-height:30px;
    transition: transform 0.3s;
    border-left: 7px solid #fb00ff;
}
#kendimizi-tanitma em{
    font-size: 20px;
    color: #fbbb5a;
}
#kendimizi-tanitma: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;
}

#aboneOl {
    margin-bottom: 20px; 
    border-bottom: 1px solid rgba(255,255,255,0.3); 
    padding-bottom: 15px;
}
#emailAdresi {
    padding: 5px; 
    border-radius: 5px; 
    border: none;
} 
.abone-ol-button {
    padding: 5px 10px; 
    background-color: white; 
    color: #9978df; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    font-weight: bold;
}

