body {
    background-color: #f8f9fa;
}
.container {
    margin-top: 50px;
    color: white;
    background: #c33b80;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
h1 {
    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-family: cursive;
}
.table th {
    background-color: #ff69b4;
    color:white;
    text-align: center;
    margin-left: auto;
     margin-right: auto;
}
.btn-sm {
    font-size: 0.9rem;
}