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