/*
Theme Name: TI-84 Calculator Pro
Theme URI: https://ti84calculatorpro.com/
Author: Your Name
Author URI: https://ti84calculatorpro.com/
Description: A clean and minimal theme for the TI-84 Calculator Pro website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ti84calculatorpro
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

header, footer {
    background-color: #003366;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
