@font-face {
    font-family: 'Dosis'; /* Fonta vermek istediğin isim */
    src: url('Dosis.ttf') format('truetype'); /* Dosya yolu ve formatı */
    font-weight: normal;
    font-style: normal;
}
html{
    height: 100%;
    box-sizing: border-box ;
    font-family: 'Dosis', sans-serif;
}
body{
    background-color: #f0f0f0;
    font-family: 'Dosis', sans-serif;
    margin: 0;
    padding: 20px;
    align-items: center;
    height: inherit;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ekran{
    background-color: #976f6f;
    border: 1px solid #c97373;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    text-align: right;
    justify-content: right;
    width: 380px;
    height: 20x;
    font-size: 50px;
    border-radius: 30%;
    font-family: inherit;
}
.tum-butonlar{
    background-color: aqua;
    align-items: center;
    padding: 20px;
    border: 1px solid #c97373;
    flex-basis: 360px;
    display: grid;
    height:auto;
    width: 360px;;
    font-size: 35px;
    justify-content: space-between;
    border: #976f6f 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 16%;
    font-family: inherit;
}
.buton-sira{
    display: flex;
    justify-content: space-between;
    margin: 5% 0px;
}
.buton{
    flex-basis: 20%;
    font-size: inherit;
    height: 50px;
    width: 90px;
    justify-content: center;
    font-family: inherit;
    border-radius: 16%;
}
.butonikili{
  flex-basis: 47%;
    font-size: inherit;
    height: 50px;
    width: 200%px;
    justify-content: center;
    font-family: inherit;
    border-radius: 16%;  
}
.butonuclu{
    flex-basis: 74%;
    font-size: inherit;
    height: 50px;
    width: 90px;
    justify-content: center;
    font-family: inherit;
    border-radius: 16%;
}
.hesap{
    background-color: rgb(48, 48, 48);
    align-items: center;
    padding: 20px;
    border: 1px solid #c97373;
    flex-basis: 360px;
    display: grid;
    height:auto;
    width: 400px;;
    font-size: 35px;
    justify-content: space-between;
    border: #976f6f 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 16%;
}