body{
    margin: 0px;
    font-family: Bookman Serif;
}
header, footer{
    background-color: indigo;
    color: white;
    padding: 10px;
    text-align: center;
}
div{
    background-color: blueviolet;
    padding: 10px;
    text-align: right;
}
main{display:flex;}
.Boki{
    background-color: Lavender;
    height: 500px;
}
#Lewy{width: 25%;}
#Prawy{width: 35%;}
.Srodek{
    background-color: ghostwhite;
    text-align: center;
    height: 500px;
    width: 40%;
}
img{
    float: right;
    width: 50%;
    padding: 10px;
}
p{
    color: white;
    font-size: 150%;
    font-style: italic;
}
table, form{margin: 30px;}
table, td, tr{
    border-collapse: collapse;
    border: 1px solid indigo;
}
td, th{
    margin: 3px
}