body {
    font-family: Arial, sans-serif;
    text-align: center;
}

#start-screen {
    margin-top: 100px;
}

#player-info {
    margin: 20px;
}

#game-screen {
    margin-top: 50px;
}

#question-container {
    margin: 20px;
}

button {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 15px;
    background-color: rgb(101, 224, 224);
}

#player {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

#scoreboard {
    margin-top: 30px;
}

#scoreboard table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 50%;
}

#scoreboard table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 10px;
}
#yappoz-image {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.margin{
    padding: 20px ;
}
.l{
    background-color: rgba(0, 0, 0, 0.536);
    color: aliceblue;
}

#online-players-container {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#online-players-container h3 {
    margin: 0;
    font-size: 18px;
}

#online-players-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#online-players-list li {
    padding: 5px 0;
    border-bottom: 1px solid white;
}


body {
    font-family: Arial, sans-serif;
    text-align: center;
}


#lives-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.life {
    width: 40px;
    height: 40px;
    margin: 0 1px;
    transition: opacity 1s ease; /* Yavaşça kaybolmalarını sağlamak için geçiş ekliyoruz */
}


.kücül{
    width: 350px;
    height: 250px;
}
.kucul{
    width: 250px;
    height: 200px;
}