﻿.kurallar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    padding: 1rem;
    border-radius: 1%;
    width: 80%;
    max-width: 900px;
    margin: 1rem auto;
}

.kuralbaslik {
    border-bottom: 1px solid white;
    width: 100%;
    color: white;
}

.kuralicerik {
    background-color: white;
    width:100%;
}

.kurallar-container h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.kurallar-listesi {
    margin: 1rem 2rem;
    padding: 0;
    list-style-type: disc;
}

    .kurallar-listesi li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1rem;
        color: black;
        width:100%;
    }
