.pasek
{
    width: 100%;
    /*background-color: aqua;*/
    height: 150px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 10%  20% 50%;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#main_photo
{
    height: 300px;
}

#empty
{
    height: calc(100vh - 800px);
    width: 100%;
    min-height: 100px;
}
.pasek:nth-of-type(4) > .ikona
{
    font-size: 80px;
}


.pasek:nth-of-type(2)
{
    margin-top: 70px;
    font-size: 25px;
}

.pasek:nth-of-type(2) > .dane
{
    font-size: 27px;
}

.pasek:nth-of-type(5) > .dane > a
{
    line-height: 40px;
}


.ikona
{
    font-size: 75px;
    align-self: center;
    text-align: right;
    color: rgb(0, 0, 133);
}

.pasek:nth-of-type(4) > .ikona >a
{
    color: green;
}

.pasek:nth-of-type(2) > .ikona
{
    color: rgb(122, 0, 0);
    
}

.pasek:nth-of-type(5) > .ikona >a
{
    color: rgb(224, 153, 0);
}

.podpis,
.dane
{
    align-self: center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.podpis
{
    text-align: center;
}

.dane
{
    /*text-align: left;*/
    width: fit-content;
    width: 100%;
}

.ikona > a
{
    text-decoration: none;
    color: rgb(0, 0, 133);
    display: block;
}
.dane > a
{
    text-transform: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 80px;
    width: 100%;
}

.dane
{
    text-align: center;
}