body {
    background-color: #f8f9fa; /* light gray */
}

h1 {
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-success {
    background-color: #ff5722; /* custom orange */
    border: none;
}
