body {
    transition: background-color 0.5s ease; /* Smooth transition for background color change */
}
.spaced-element {
    margin-bottom: 8px; /* Adjust the value to increase/decrease spacing */
}
