body{background-color: rgb(172, 39, 150);}
a:link{color: orange; font-size: 22px;}
a:visited{color: grey;}
a:hover{background-color: white; cursor: hand;}
a:active{font-size: 30px;}
#mail:focus{
    background-color: tomato;
}
#sifre:focus{
    background-color: tomato;
}
div{ width: 250px; background-color:indigo;
    color:white; border-radius: 5px;
    }
    p::first-letter{font-size:20px; font-weight: bold; margin-left:10px; }
    p::first-line{ background-color: orange; color:black; }
    #icerik_ekleme::before{
        content:'(önceki)';
        background-color:red;
        color:White;}
        #icerik_ekleme::after{
        content:"(sonraki)";
        background-color:blue;
        color:White;}    