body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-character: "\2010";
    font-family: "Literata", serif;
    background-color: rgb(252, 252, 252);
    text-align: center;
}

.txt {
    font-size: 18px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    text-align: justify !important;
    width: 100%;
    display: table;
}

h1,
.devote {
    font-family: 'Cinzel Decorative', serif;
}

.capital {
    line-height: 0.7;
    font-size: 4.2em;
    font-weight: bold;
    font-family: 'Cinzel Decorative', serif;
    margin: 0.2em 0.15em 0em 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    float: left;
}

.au {
    color: rgb(184, 40, 49);
}

.lat,
a {
    color: rgb(145, 41, 53);
}

.letter-d {
    width: 75px;
    height: 70px;
    shape-outside: polygon(0px 0px, 0px 70px, 75px 70px, 75px 0px);
    /* clip-path: polygon(40, 75px 40px, 75px 15px, 65px 15px, 65px 0px); */
    /* background-color: rgba(0, 0, 255, 0.2); */
}

.letter-l {
    width: 100px;
    height: 75px;
    shape-outside: polygon(0px 0px, 0px 75px, 95px 75px, 95px 60px, 40px 60px, 40px 0px);
}

.double {
    margin: auto;
    display: table;
    width: fit-content;
    padding-left: 9vw;
    padding-right: 9vw;
}

.au-ver {
    float: left;
    margin-right: 3vw;
    width: 42vw;
}

.lat-ver {
    float: left;
    width: 35vw;
}

.pic {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.up {
    position: fixed;
    right: 45px;
    bottom: 40px;

    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff !important;

    width: 60px;
    height: 50px;
    border-radius: 35%;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
    .au-ver {
        width: 80vw;
        margin-right: 0;
    }

    .lat-ver {
        width: 80vw;
    }
}

h2, h3, h4 {
    text-align: center;
}

h3 {
    font-weight: 500 !important;
}

.chess-fig {
    font-size: 13px; 
    font-weight: 1;
    position: absolute; 
    z-index: -1000;
}

.chess-board {
    color: rgba(145, 41, 53, 0.5);
}