body{

    text-align: center;
    align-items: center;
    justify-content: center;

    background-color: #efce49;
    
}


.MCButonu{

    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ı;

    

}

.MCButonu:hover{

    transform: scale(1.3);
    
}


@font-face{

    font-family: yazı;
    src: url(yazı.ttf);

}

.VENGEButonu{

    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ı;

    

}

.VENGEButonu:hover{

    transform: scale(1.3);
    
}

.RUSButonu{

    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ı;

    

}

.RUSButonu:hover{

    transform: scale(1.3);
    
}

.ONButonu{

    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ı;

    

}

.ONButonu:hover{

    transform: scale(1.3);
    
}

.APButonu{

    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ı;

    

}

.APButonu:hover{

    transform: scale(1.3);
    
}

.PAButonu{

    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ı;

    

}

.PAButonu:hover{

    transform: scale(1.3);
    
}

