body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    background: url('goose\ wallpaper.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    }
    
    .container {
    background-color: rgba(238, 231, 155, 0.445);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
    }
    form {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    }
    label {
    margin: 5px 0;
    font-weight: bold;
    }
    input {
    margin: 5px 0;
    padding: 10px;
    font-size: 16px;
    }
    button {
    padding: 10px;
    font-size: 16px;
    background-color: #d1914c;
    color: white;
    border: none;
    cursor: pointer;
    }
    button:hover {
    background-color: #d1914c;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
th:nth-child(2),
th:nth-child(3),
th:nth-child(4) {
text-align: right;
}
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
text-align: right;
}
.total {
font-size: 22px; 
font-weight: bold; 
text-align: right;
}