
.NewRenk{
   
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    
}
.container5 {
    background-color: #47424217;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(255, 154, 2, 0.267);
    width: 100%;
    max-width: 800px;
    border: 2px solid #f00000;
   
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

h2 {
    color: rgb(235, 133, 0);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ffffff31;
    padding: 10px;
    text-align: center;
}


th {
    background-color: #2e1907;
}

/* Responsive Design */
@media (max-width: 600px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    th, td {
        padding: 8px;
        font-size: 14px;
    }
}