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;

}

.Raze3{

    height: 100px;
    width: 200px;

    font-size: 25px;
    color: aqua;

    background-image: url(Görseller/Raze\ 3\ Cover\ .png);

    font-family: yazı1;

    border-radius: 30px ;
    border: none;

    transform: scale(1.0);
    transition: transform 0.3s;

    cursor: pointer;

}

.Raze3:hover{

    transform: scale(1.2);
    
}

.Raze2{

    height: 100px;
    width: 200px;

    font-size: 25px;
    color: aqua;

    background-image: url(Görseller/Raze\ 2\ Cover.png);

    font-family: yazı1;

    border-radius: 30px ;
    border: none;

    transform: scale(1.0);
    transition: transform 0.3s;

    cursor: pointer;

}

.Raze2:hover{

    transform: scale(1.2);
    
}




