﻿body {
}

.uniteler
{
    text-align:center;
    background-color: #f81515;
    font: 30px bold;
    font-family: Consolas;
    cursor: pointer;
    border: 3px black solid;
    min-width:65px;
    height:65px;
    //width:;
}
.uniteler:hover
{
    box-shadow: 0 0 10px black;
    width:70px;
    height:70px;
    font-size:32px;
}
.btnBasla
{
    text-align:center;
    background-color: #f8a33a;
    font: 30px bold;
    font-family: Verdana;
    cursor: pointer;
    border: 3px black solid;
    min-width:65px;
    height:65px;

    border-bottom-left-radius:27px;
    border-top-right-radius: 27px;

    border-bottom-right-radius:20px;
    border-top-left-radius: 20px;
}

.baslik, .lblDogru, .lblYanlis, .lblOrtalama { font: bold 26px 'Verdana'; }
.mesaj { font: bold 20px 'Arial Rounded MT'; }
.lblTumCevaplar { font: bold 25px 'Verdana'; }
.lblNokta { font: bold 20px 'Arial Rounded MT'; }
.lblKelime { font: bold 50px 'Arial Rounded MT'; }
.lblKelime2 {font: bold 50px 'Candara';}

.txtCevap 
{
    text-align:center;
    font: 30px bold;
    font-family: Verdana;
    font-weight:bold;
    border: 3px black solid;
    min-width:65px;
    height:65px;

    border-bottom-left-radius:27px;
    border-top-right-radius: 27px;

    border-bottom-right-radius:42px;
    border-top-left-radius: 37px;

}

.settings2 
{
    background-color: #a9fff2;
    width: 370px;
    border: 3px solid black;
}

.ayarlar
{
    background-color:#a9fff2;
    width:300px;
    border:3px solid black;
}


.btnAyarlar, .btnAtla, .btnTumCevaplar, .btnSonraki, .btnBiliyorum
{
    text-align:center;
    font: 30px bold;
    font-family: 'Arial Rounded MT';
    cursor: pointer;
    border: 3px black solid;
    min-width:65px;
    height:65px;

    border-bottom-left-radius:27px;
    border-top-right-radius: 27px;

    border-bottom-right-radius:20px;
    border-top-left-radius: 20px;

}
.btnAyarlar { background-color: #f8a33a; }
.btnAtla { background-color: #b6ff00; }
.btnTumCevaplar { background-color: #fa9cec; }
.btnSonraki { background-color: #4afbb4; }
.btnBiliyorum {background-color: #a9fff2; font-size:20px; outline: none;}

.lblDogru
{
    position:relative;
    left:290px;
    bottom:270px;
}
.lblYanlis
{
    position:relative;
    left:290px;
    bottom:260px;
}
.lblOrtalama
{
    position:relative;
    left:290px;
    bottom:250px;
}
.lblKalanKelime
{
    font: bold 26px 'Arial Rounded MT';
}

#btnGec
{
    height:65px;
    font: bold 18px 'Arial Rounded MT';
}

#btnQuizK {
    width: 80px;
}