header{
    width: 100%;
}
div{
    width: 100%;
    float: left;
    
}
img{
    width: 80%;
    margin: auto;
}
.zdjecie{
    width: 100%;
    text-align: center;
}
h1{
    text-align: center;
}
table{
    
    text-align: center;
    border-collapse: collapse;
    width: 75%;
    margin: auto;
}
td{
    border: 3px solid blue;
    font-size: large;
}
th{
    border: 3px solid blue;
    font-size: xx-large;
}
.przejscie{
    font-size: medium;
    border-top: none;
}
