body {
    background-color: #f0f2f5;
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ana-baslik {
    text-align: center;
    margin-bottom: 30px;
}

.izgara-liste {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1000px;
}

.jquery-oge {
    background-color: #0769ad;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-family: monospace;
    font-size: 13px;
    border: 1px solid #055185;
}

.jquery-oge:hover {
    background-color: #044b7a;
}

#bilgi-paneli {
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
    border-left: 5px solid #0769ad;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 16px;
    min-height: 50px;
}