        .arty {
            width: 90%;
            margin: auto;
            text-align: justify
        }

        .arty h3 {
            margin: 10px;
        }

        .arty hr {
            width: 50%;
            height: 0px;
            border: 1px solid var(--baza);
            margin-bottom: 10px;
        }

        .arty div {
            margin-bottom: 35px
        }

        .arty p::first-letter {
            padding-left: 30px
        }

        .arty p::first-line {
            line-height: 1.1
        }

        .arty header h3 {
            display: flex;
            justify-content: space-between
        }

        .arty h3 > span + span {
            font-size: 0.8em
        }

        .arty img {
            margin-right: 5px;
            box-shadow: 0 0 1px 1px var(--baza);
            width: 250px
        }

        .arty table {
            border: 1px solid #666;
            border-collapse: collapse
        }

        .arty th,
        td {
            border: 1px solid #666;
            border-collapse: collapse;
            padding: 5px
        }

        .arty span {
            display: flex;
            justify-content: center
        }

        .arty iframe {
            width: 100%;
            height: 500px;
            border: 1px solid #666
        }
        .arty ul,
        .arty ol {
            margin-left: 20px
        }
