/*
Theme Name: DFALGO
Theme URI: https://www.dfalgo.com
Author: DFALGO Team
Author URI: https://www.dfalgo.com
Description: Custom theme for DFALGO algorithmic trading community.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dfalgo
*/

body {
    background-color: #000;
    color: #fff;
    font-family: 'Arial Black', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.logo img {
    max-width: 300px;
    height: auto;
    margin: 30px auto;
    display: block;
}

iframe {
    display: block;
    margin: 20px
