/*
 * Basic Styles for a Web Page
 *
 * This CSS file defines fundamental styles for the body and heading elements,
 * ensuring a clean and readable base for your web content.
 */

body {
    font-family: sans-serif;
    text-align: center;
    margin-top: 50px;
    background-color: #f0f0f0;
    color: #333;
} */


h1 {
    color: #007bff;
}


.up {
    color: #28a745;
}

.down {
    color: #dc3545;
}