body.login-body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: url('back.jpg') center/cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form label,
.login-form input,
.login-form button {
    margin-bottom: 10px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.body-container{
    display: flex;
    flex-direction: column;
}

/* Center the text */
h1 {
    text-align: center;
}

/* Style the menu */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333;
    overflow: hidden;
}

li {
    float: left;
}

a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.left-menu {
    float: left;
}

ul.right-menu {
    float: right;
}

/* Change the background color on hover */
a:hover {
    background-color: #ddd;
    color: black;
}

.menu{
    background-color: #333; /* Add background color for left menu */
    position: fixed;
    width: 100%;
}

.container{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

/* Center the content */
.form-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;

}

.table-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

table{
    text-align: left;
    border-collapse: collapse;
    width: 900px;
    margin-top: 50px;
}

th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
}


form {
    display: inline-block;
    text-align: left;
}

label,
select,
input,
textarea {
    display: block;
    margin-bottom: 10px;
}

textarea{
    width: 300px;
    height: 100px;
}
