body{
font-family: Arial;
padding: 30px;
margin:0;
}

header{
background:black;
color:white;
padding:40px;
text-align:center;
}

.container{
width:700px;
padding:80px;
margin:auto;
}

.product-image{
width:200px;
height: 100px;
position:inherit;
margin-top: auto;
}

.product-info{
height: 200px;
}

.product-image img{
width:100%;
float: left;
}

button{
padding-bottom:10px 20px;
font-size:16px;
}

.reviews{
width:1000px;
margin:auto;
padding:20px;
position:relative;
height: 400px;
}

.review{
border:1px solid #ccc;
padding:20px;
margin:10px 0;
display: flex;
}

footer{
background:black;
color:white;
text-align:center;
padding:15px;
margin-top:40px;
}