
/*
Theme Name: World Financial System Theme
Author: ChatGPT
Description: Custom theme for WorldFinancialSystem.com
Version: 1.0
*/

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

header {
    background: #0A1F44;
    padding: 20px;
    text-align: center;
}

h1 {
    color: #C9A14A;
}

.container {
    padding: 40px;
}

footer {
    background: #000;
    text-align: center;
    padding: 20px;
}
