*{
    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;
}
.left{
    background-color: snow;
    color: olivedrab;
    width: 60%;
    height: 322px;
    text-align: left;
}
.right{
    background-color:  rgb(173, 20, 87);
    width: 40%;
    height: 322px;
}
.samochod{
    margin: 40px;
    padding: 10px;
}
.samochod:hover{
    border: yellowgreen dotted 1px;
}
a{
    padding: 0px 50px;
    color: yellowgreen;
}
table, td, th{
    border: 1px solid olivedrab;
}
table{
    width: 90%;
}
.left_right{
    display: flex;
}