/* stylizacja:  preface.html
    głowny pojemnik: desription.css */

.entry
{
    width:90%;
    height: fit-content;
    text-align: justify;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    border: #0a2b42 2px solid;
    /*border: yellow 2px solid; */
}


.entry h1
{
    color: #0a2b42;
    text-align: center;
}

.entry h3
{
    color: #0a2b42;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

.entry figure
{
    margin-bottom: 3%;
}

.entry p
{
    text-align: justify;
}

@media(max-width: 950px) {

    .description
    {
        height: fit-content;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        /* padding: 0; */
        padding-bottom: 3%;
        padding-top: 3%;
    }

}

