body{

    text-align: center;
    align-items: center;
    justify-content: center;

    background-color: #01ce8d;
    
}

.PAFULLSCREENButonu{

    height: 50px;
    width: 200px;

    background-color: white;
    border-radius: 10px;
    border: none;

    cursor: pointer;

    transform: scale(1.0);
    transition: transform 0.3s;

    font-family: yazı;

    

}

.PAFULLSCREENButonu:hover{

    transform: scale(1.3);
    
}

@font-face{

    font-family: yazı;
    src: url(yazı.ttf);

}

.pay{

    font-family: yazı;
    color: black;
    background-color: white;
    border-radius: 10px;
}

.pky{

    font-family: yazı;
    color: black;

    background-color: white;
    border-radius: 10px;

}

.pyazı{

    font-family: yazı;
    color: #000;
    text-shadow: 3px 3px #ffffff ;
}

