body{
  margin:0;
  padding:0;
  font-family:sans-serif;
  box-sizing:border-box;
}
header {
    background-color:#fd4900;
    height:120px;
    width:100%;
    position:sticky;
    top:0;
    display:inline-block;
}
h1 {
    text-align:center;
    color:white;
    margin-top:-50px;
}
.logo {
    width:34%;
    margin-left:20%;
    margin-top:20px;
}
img {
    width:15%;
}
h3 {
    text-align:center;
    color:#fd4900;
    background-color:white;
    padding-bottom:10px;
}
.products {
    background-color:#D4D4D4;
}
.products > article {
    display:inline;
    margin-left:80px;
}
/*.products > article > img:hover {
    width:18%;
}*/
aside {
    float:right;
    width:100px;
    margin-right:80px;
    border:1px solid #B6B6B6;
}
.customer {
    background-color:#D4D4D4;
}
.customer > article {
    margin-left:10px;
}
footer {
    background-color:#fd4900;
    height:80px;
    color:white;
}
ul {
    text-align:center;
}
.nav ul li {
    list-style:none;
    display:inline-block;
    padding:2px 5px;
}
