body {
 background-color: #a7d09d;
 text-align: center;
}
#page-container {
  text-align: center;
  padding: 5px;
}
#furniture
{
margin-top: 5px 0px 75px 0px;  
}
.items{
width: 31vw;
background-color: #065e1e;
color: white;
display:inline-block;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
#about-us1 p
{
  font-size: 15px;
  background-color: #065e1e;
  font-family: 'Roboto', sans-serif;
}
#about-us1, #top 
{
  background-color: #1e6c0c;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-align: center;
  padding: 5px;
  margin: 10px 5px;
  font-size: 13px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0, 6px, 20px, 0 rgba(0, 0, 0, 0.19);
}
#top
{
  background-color:#239908;
  font-size: 15px;
}
.items img {
 width:100%;
}
#footer
{
  height:100px
}
