body{

    text-align: center;
    align-items: center;
    justify-content: center;

    background-color: #1f1e1e;
    
}

.ONFULLSCREENButonu{

    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ı;

    

}

.ONFULLSCREENButonu:hover{

    transform: scale(1.3);
    
}

@font-face{

    font-family: yazı;
    src: url(yazı.ttf);

}

.oy{

    font-family: yazı;
    color: black;
    background-color: white;
    border-radius: 10px;
}

.oky{

    font-family: yazı;
    color: black;

    background-color: white;
    border-radius: 10px;

}

.oyazı{

    font-family: yazı;
    color: #ccc6c6;
    text-shadow: 3px 3px #000000 ;
}


