body {
    background: url('images/shulessss.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.card {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for card */
    border-radius: 10px; /* Rounded corners */
}

.btn-danger {
    background-color: orangered;
    border-color: orangered;
}

.btn-secondary {
    background-color: grey;
    border-color: grey;
}
