<style>
    body {
        font-family: Arial, sans-serif;
        background: #1e1e3c;
        color: white;
        background-size: cover;
        background-position: center;
    }

    .banner {
        width: 100%;
        height: 120px;
        background-color: #e50000;
        color: white;
        text-align: center;
        padding-top: 20px;
    }

    .banner h1 {
        font-size: 48px;
        margin: 0;
    }

    .banner p {
        font-size: 24px;
    }

    .table-container table {
        width: 1010px;
        height: 150px;
        border: 5px solid #6495ED;
        border-radius: 20px;
        margin: 1px auto;
    }

    .table-container td {
        text-align: center;
        vertical-align: middle;
    }

    .table-containermenu table {
        width: 1010px;
        height: 30px;
        border: 5px solid #92000a;
        border-radius: 10px;
        margin: 2px auto;
    }

    .table-containermenu td {
        text-align: center;
        vertical-align: middle;
    }

    th, td {
        padding: 2px;
        text-align: center;
    }

 
.div-cerceve {
    width: 1020px;
    border: 5px solid #6495ED; /* Açık gece mavisi rengi (#1e3a8a) */
    padding: 20x;
    margin: 10px auto; /* Ortalamak için auto, üst ve alt margin 10px */
    border-radius: 20px; /* İsteğe bağlı yuvarlatılmış köşeler */
}
.div-yenieklenen{
    width: 992px;
    border: 5px solid #92000a; /* Açık gece mavisi rengi (#1e3a8a) */
    padding: 3x;
	 margin-top: -5px;
    margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	/* Ortalamak için auto, üst ve alt margin 10px */
    border-radius: 5px; /* İsteğe bağlı yuvarlatılmış köşeler */
}