/* Footer Styles */
.footer {
    margin-top: 30px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

.footer p {
    font-size: 0.9em;
    font-weight: bold;
}

.footer a {
    color: #ff5722;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .footer p {
        font-size: 0.8em;
        padding: 15px;
    }
}
