        body {
            font-family: Arial, sans-serif;
            margin: 20px;
            background-color: #f0f8ff;
        }
        h1 {
            text-align: center;
            color: #333;
        }
        .digit-section {
            border: 2px solid #ccc;
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 20px;
            background-color: #fff;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .digit-title {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .digit-title img {
            width: 50px;
            height: 50px;
            margin-right: 15px;
        }
        .digit-title h2 {
            margin: 0;
        }
        p {
            line-height: 1.5;
        }
        /* Можно добавить стили для картинок или текста */
        @media(max-width: 600px) {
            .digit-title {
                flex-direction: column;
                align-items: center;
            }
            .digit-title img {
                margin-bottom: 10px;
            }