body {
    font-family: Futura;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
}

h1{
    text-align: center;
}

.controls {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

input[type="text"] {
    padding: 8px;
    width: 250px;
}

button {
    padding: 8px 15px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
}

button.delete {
    background-color: #f44336;
}

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

td {
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #005931;
    background: white;
    color:#005931;
    text-align: center;
}

th {
    padding: 12px;
    color: white;
    background: #005931;
}

.total {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

tr:hover {
    background-color: #f5f5f5;
}

#reini{
    background:#005931;
    font-family: Futura;
    font-size: 18px;
}

.delete{
    font-family: Futura;

}