 body {
            font-family: Arial, sans-serif;
            margin: 20px;
            line-height: 1.6;
            background-color: black;
            color: white;
        }
        
        .header-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
            gap: 20px;
        }
        
        h1 {
            margin: 0;
            text-align: center;
            font-size: 2.5em;
        }
        
        .header-image {
            width: 184px;
            height: 224px;
        }
        
        .content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        p {
            font-size: 1.1em;
            text-align: justify;
        }