.banner{
    background-image: url("../img/banner.jpg");
    height: 400px;
    background-position: right;
    margin-bottom: 40px;

    }
h1{
    margin-bottom: 30px;
    }
.contact{
    margin-top: 30px;
    }
.type {
    width: 230px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;

    }
.price{
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    }
.stawka1
{
    background: #DDEBF7;
    }
.stawka2
{
    background: #E2EFDA;
    }
.stawka3
{
    background: #FBE4D6;
    }