body {
    font-family: Arial, sans-serif;
}

#content {
    transition: opacity 0.5s ease-in-out;
}

.fade-out {
    opacity: 0;
}
