body{

    text-align: center;
    align-items: center;
    justify-content: center;

    background-color: #31d029;
    
}

.MCFULLSCREENButonu{

    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ı;

    

}

.MCFULLSCREENButonu:hover{

    transform: scale(1.3);
    
}

@font-face{

    font-family: yazı;
    src: url(yazı.ttf);

}

.my{

    font-family: yazı;
    color: black;
    background-color: white;
    border-radius: 10px;
}

.mky{

    font-family: yazı;
    color: black;

    background-color: white;
    border-radius: 10px;

}

.myazı{

    font-family: yazı;
    color: #000;
    text-shadow: 3px 3px #ffffff ;
}
