body{
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    font-family: sans-serif;
}

.header{
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.subheader{
    width: 1000px;
    display: flex;
    font-size: 16px;
    padding-left: 200px;
    height: 40px;
}

.content{
    font-weight: 600;
    color: black;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    border-bottom: 1px solid black;
    background-image: url(images/plandeka.jpg);
    background-repeat: no-repeat;
    background-position: center;  
    height: 450px;
    width: 100%;
}
.bg{
    padding: 5px;
}
.main{
    padding-top: 30px;
}

.subheader > p{
    margin-right: 25px;
}
.sprawdz{
        margin-left: 500px;
        margin-top: 40px;
        text-align: center;
        display: grid;
        grid-template-columns: 50% 50%;
        font-size: 20px;
}
.oferta{
    font-size: 26px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-align: center;
    margin-left: 250px;
    height: 1400px;
    width: 1100px;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}
.oferta1{
    height: 300px;
    width: 900px;
    display: flex;
    margin-top: 100px;
}
.oferta2{
    height: 300px;
    width: 900px;
    display: flex;
    margin-top: 100px;
}
.oferta3{
    height: 300px;
    width: 900px;
    margin-top: 100px;
    display: flex;
}
.oferta4{
    height: 327px;
    width: 350px;
    margin-top: 100px;
}
.oferta-tekst{
    padding-top: 80px;
    margin-right: 30px;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
}

.footer{
    margin-top: 400px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 100px;
    text-align: center;
    color: rgb(165, 165, 165);
    height: 100px;
    background-color: rgb(64, 61, 61);
}
h2, h3{
    margin: 0;
}

a{
    text-decoration: none;
    color: black;
    transition: all 0.5s ease-in;
    margin-right: 20px;
}

a:hover{
    text-decoration: underline;
}