body{
    margin: 0 auto ;
    width: 80% ;
}
h1{
    text-align: center;
}
img{
    display: flex;
    justify-content: center ;
    margin:auto;
   height: 300px;
   width: 200px;
   object-fit: contain;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
a{background-color: orange; 
    text-decoration: none;
    color: white;
    padding: 3px;
   }
main{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    border: 5px dotted orange;
    margin-top: 5%;1


}

.dieren{
width: 200px;
background-color: orange ;

}
.dieren img{
    width: 150px;
    height: 200px;

}
header{
    border: 5px dotted orange;
}
h2{
    margin: 0;
    padding: 0;
}

footer{
    display: flex;
    align-items: center;
    justify-content:space-between
    
}
footer img{
    width: 150px;
    height: 150px;
}