body {

font-family: Arial;
background:#f2f2f2;

}


.container {

width:800px;
margin:auto;

}


.listing {

background:white;
display:flex;
padding:10px;
margin-bottom:15px;
border-radius:5px;

}


.listing img {

width:120px;
height:90px;
object-fit:cover;
margin-right:20px;

}


.details h2 {

margin:0;
font-size:20px;

}


.details p {

font-size:14px;

}


.navigation {

text-align:center;
margin:20px;

}


.navigation a {

background:#333;
color:white;
padding:10px 20px;
margin:5px;
text-decoration:none;

}