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;

}

.OyunButonu1{

    height: 100px;
    width: 200px;

    font-size: 40px;

    background-color: rgb(124, 1, 1);
    color: rgb(0, 247, 255);

    font-family: yazı1;
    
    border-color: rgb(255, 255, 255);
    
    border-width: 5px;
    border-radius: 30px;

    transform: scale(1.0);
    transition: transform 0.3s;
    

    cursor: pointer;
}

.OyunButonu1:hover{

    transform: scale(1.2);

}


