body {
    margin: 0;
    height: 100vh;

    display: flex;
    justify-content: center; /* Yatay ortala */
    align-items: center;     /* Dikey ortala */
   
}

.kutu {
    width: 300px;
    padding: 50px;
    border: 20px solid rgb(0, 0, 0);
    text-align: center;
    background-color: rgb(11, 60, 56);
    
}

.title{
    color: rgb(241, 125, 0);
    margin-bottom: 100px;
}

.btn{
    color: blue;
    margin-bottom: 50px;
    font-size: 30px;
  
}

.turkish {
    color: rgb(255, 0, 0);
    margin-bottom: 70px;
    font-size: 30px;
    
    
}
.spanish{
    color: rgb(255, 255, 4); 
    margin-bottom: 50px;
    font-size: 30px;
}

.tr {
    color: rgb(241, 0, 0);
    background-color:rgb(4, 255, 0) ;
    
    font-size: 20px;
}

.es {
    color: rgb(255, 255, 4);
    background-color: rgb(66, 35, 245);
    font-size: 20px;
}

.kategori{
    margin-bottom: 50px;
}

