body{
    margin: 0px;
}
.header{
    background-color: lightslategray;
}
.container{
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pakketten_container{
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.info_bar{
    margin: 1em;
    width: 30%;
    border: solid gray;
    border-radius: 1em;
    min-height: max-content;
}
.info_bar:hover{
    background-color: lightslategray;
}
.main{
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: solid gray;
    border-radius: 1em;
    float: inline-start;
    height: 26rem;
}
.main:hover{
    background-color: lightslategray;
}
.pakket{
    margin: 1em;
    width: 17%;
    border: solid gray;
    border-radius: 1em;
}
.pakket:hover{
    background-color: lightslategray;
}
h1{
    margin: 20px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h2{
    font-family: Calibri;
    text-align: center;
    margin:0.3em;
}
.buttontext{
    margin: 0.8em;
    font-family: calibri;
}
.btn_img{
    border-radius:0.8rem;
    width:90%;
    margin-left:5%;
    margin-top:5%;
}