body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #74ebd5, #acb6e5);
    margin: 0;
    padding: 0;
}

.container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

h1 {
    font-size: 2rem;
    color: #2c3e50;
}

.list-group-item {
    font-size: 1rem;
    line-height: 1.6;
}

footer {
    font-size: 0.9rem;
}
