body{

    background-color: rgb(147, 0, 0);
    font-family: yazı1;

    text-align: center;
    text-decoration: none;
    justify-items: center;

}

@font-face{

    font-family: yazı1;
    src: url(comic.ttf)
}

.yazı1{

    color: rgb(0, 255, 94);
    text-shadow: 3px 3px #000;
    font-size: 40px;

}




