@charset "utf-8";
/* CSS Document */

header 
{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;

    background-color: #303030;
    color: #ccc;
    width: 100%;
    height: 50px;
    padding:0px;
    border-bottom: 5px solid rgb(37, 37, 37);
    font-family: 'Lato', sans-serif;
}

.naglowek0 
{
    
    /* border:dashed 2px; */

    width: 100%;
    height: 50px;
    margin: auto;
    
}

.naglowek01a 
{
    position: absolute;
    left: 10%;
    width: auto;
    height: 40px;
    display: inline;
    font-size: 24px;
    align-content: center;

    /* border: 5px double; */
}

.naglowek01b 
{
    position: absolute;
    right: 10%;
    width: auto;
    height: 40px;
    display: inline;
    font-size: 18px;
    align-content: center;

    /* border: 5px double; */
}

