body{
    background: #8a500a;
}

.header{
    width:1400px;
    height:100px;
    background-color: red;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 5px solid rgb(0, 255, 251);
    
    
}

.navber{
    width:1350px;
    height:60px;
    background-color: black;
    border-width: 1250px;
    border: 7px solid rgb(250, 250, 250);
}
#menu-items{
  text-decoration:none;
   color:white;
   margin-left:200px;

}
#amazon{
    color:sandybrown;
    font-size: 25px;
    text-decoration: none;
    font-family:'Times New Roman', Times, serif
}
.content{
    width:100px;
    height:100px;
    background-color: rgb(3, 99, 243);
    border: 5px solid rgb(247, 247, 5);
    opacity: 0.5;
}

.footer{
    width:100px;
    height:100px;
    background-color: rgb(0, 255, 42);
    border: 5px solid rgb(238, 3, 3);
    opacity: 0.5;
}