body {
    font-family: Cambria;
    text-align: center;
}

header,
footer {
    background-color: rgb(120, 0, 46);
    color: white;
    padding: 5px;
    font-size: 150%;
}

menu {
    background-color: rgb(173, 20, 87);
    text-align: left;
    
    margin: 0;
}

#lewy {
    background-color: snow;
    color: olivedrab;
    width: 60%;
    height: 322px;
    text-align: left;
}

#prawy {
    background-color: rgb(173, 20, 87);
    width: 40%;
    height: 322px;
}

img[src*=samochod] {
    margin: 40px;
    padding: 10px;
}

img[src*=samochod]:hover {
    border: 1px dotted yellowgreen;
}

table,
td {
    border: 1px solid olivedrab;
}

table {
    width: 90%;
}

body > div {
    display: flex;
}

a {
    margin: 0 50px;
}