/* Body styles */
body {
    font-family: Arial, sans-serif;
    background-color: rgb(30, 10, 33);
    margin: 0;
    padding: 0;
}

table#1table,
table#2table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    margin-bottom: 150px; 
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: red;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

tr:hover {
    background-color: #dddddd4b;
    border-radius: 10px;
}

tr {
    background-color: #ddd;
    border-radius: 10px;
}

/* Form container styles */
.form {
    background-color: #ffffff;
    padding: 55px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%; 
    max-width: 750px; 
    margin: auto; 
}

/* Form input styles */
.form input[type="text"],
.form select,
.form input[type="number"],
.form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form textarea {
    height: 100px;
}

/* Form label styles */
.form label {
    font-weight: bold;
}

tr#statestiek {
    font-weight: bold;
}

/* Form button styles */
button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff0059;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.form button:hover {
    background-color: #b3003c;
}

/* Centering table containers */
.table-container1,
.table-container2 {
    position: solid;
    top: 10px;
    right: 10px;
    margin-bottom: 150px;
}
