body {
    font-family: 'Arial', sans-serif;
    background-color: #147db2;
}

.container {
    width: 50%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
    text-align: center; /* Center the heading */
    text-decoration: underline;
}

.list-group {
    list-style: none;
    padding: 0;
}

.list-group-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.form-check-input {
    margin-right: 10px;
}

.btn-primary {
    display: none;
}

