* { 
    font-family: verdana;
    padding: 0px;
}

body {
    color: #140089;
    /* background-image: linear-gradient(#0069A1, #4CB5EE, #4CB5EE, #0069A1); */
    background-color: white;
    font-size: 20px;
}

.title {
    font-size: 30px;
}

.list {
    color: white;
    background-color: #140089;
}

.menu li {
    margin-top: 6px;
    padding: 10px;
    display: inline-block;
    border: solid 2px var(--ramka);
    list-style-type: none;
    width: 120px;
    cursor: pointer;
    text-align: center;
}

.shape {
    border: solid 2px var(--ramka);
    opacity: 0;
    padding: 10px;
    /* position: absolute; */
    text-align: justify;
    background-color: #4c6458;

    margin-right: 8px;
    width: 87%;

}

.nowa {
    opacity: 0.8;
}

.bold {
    font-weight: bold;
}

/* RWD
*********
************
********************
*/


@media (min-width: 992px) {
    /* style css */

} 


@media (max-width: 992px) and (min-width: 577px) {
    /* style css */


} 

@media (max-width: 576px) and (min-width: 321px) {
    body {
        /* style css - tel. pionowo */
        font-size: 15px;

    }

    ul {
        display: flex;
        justify-content: space-between;
    }

    .menu li {
        width: 50px;
        height: 8px;
        padding-top: 6px;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 15px;
        background-position-x: center;
        background-image: url("images/background_pion.jpg");
    }

    ul {
        display: flex;
        justify-content: space-between;
        width: 55px;
        display: block;
    }
}
