body{

    background-color: rgb(255, 145, 0);
    text-align: center;
    align-items: center;

}



@font-face {

    font-family: yazı;
    src: url(flappy-font.ttf);
}

.YAZI{

    font-family: yazı;
    font-size: 85px;

    color: rgb(255, 255, 255);
    
    text-decoration: none;

    text-shadow: 0px 7px black;

}


.YAZIO{

    font-family: yazı;
    font-size: 45px;

    color: rgb(255, 255, 255);
    
    text-decoration: none;

    text-shadow: 0px 7px black;

    text-transform: uppercase;
    letter-spacing: 3px;

}

.YAZIB{

    font-family: yazı;
    font-size: 85px;

    color: rgb(255, 255, 255);
    
    text-decoration: none;

    text-shadow: 0px 15px black;



}

.butonNMO{

    width: 10cm;
    height: 3cm;

    font-family: yazı;

    font-size: 55px;
    color: rgb(0, 110, 255);
    

    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px black;
    border: none;

    cursor: pointer;


    border-radius: 10px;

    
    transform: scale(1.0);
    transition: transform 0.3s ease;
    


}

.butonNMO:hover{

    transform: scale(1.2);
    transition: transform 0.3s ease;

}

.butonFULL{

    width: 10cm;
    height: 3cm;

    font-family: yazı;

    font-size: 55px;
    color: rgb(0, 110, 255);
    

    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px black;
    border: none;

    cursor: pointer;


    border-radius: 10px;

    
    transform: scale(1.0);
    transition: transform 0.3s ease;
    


}

.butonFULL:hover{

    transform: scale(1.2);
    transition: transform 0.3s ease;

}