.content {
    margin: 2%;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.content div {
    font-size: 16px;
}

.table td{
    background-color: #f8f9fa;
}

.table th{
    background-color: #f8f9fa;
}
.btn-danger {
    padding: 10px 20px;
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}