* {
    margin: 0
}

BODY {
    font-family: Poltawski Nowy, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0
}

HEADER {
    position: absolute;
    top: 0;
    height: 4rem;
    text-align: center;
    padding: 1rem
}

MAIN {
    padding: 1rem
}

ASIDE {
    padding: 1rem;
    position: sticky;
    top: 0;
    width: max-content;
    margin-left: auto;
}

BLOCKQUOTE {
    position:relative;
    background: #eaeaea;
    margin: 2rem;
    padding: 1rem;
    font-style: italic;
    text-align: justify;
    border-radius: 1rem;
    border: 1px solid #777;
    line-height: 2rem;
}
BLOCKQUOTE P::first-letter {
    font-size: 1.4em;
}

/*BLOCKQUOTE::before {*/
/*    content: "“";*/
/*    font-size: 3em;*/
/*    color: gray;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 10px;*/
/*}*/

/*BLOCKQUOTE::after {*/
/*    content: "”";*/
/*    font-size: 3em;*/
/*    color: gray;*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 10px;*/
/*}*/

A {
    color: #000;
    text-decoration: none
}

FOOTER {
    position: absolute;
    padding: 0.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2rem;
    background-color: #000;
    color: #fff;
    text-align: center;
}

TABLE.books {border-top: 1px solid #000; border-bottom: 1px solid #000;  border-collapse: collapse; min-width: 800px}
TABLE.books TH {text-align: center; color: white; background: black; font-weight: bold;}
TABLE.books TR {border-bottom: 1px solid #000; border-collapse: collapse}

TABLE.books IMG {max-width:100px; max-height: 100px}