

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  #title{
      text-align: center;
      color: antiquewhite;
      font-size: 300%;
  }
  body{
      background-color:black;
  }
  nav{
      max-width: 90%;
      margin-left: 5%;
      margin-bottom: 2%;

  }

  .fas {
color: rgb(224, 224, 224);
  }
  #cart{
      margin-top: 0.8%;
      text-decoration: none;
  }
  .leftmenu{
      float: left;
  }
  table img{
width:237px;
height: 237px;
padding-right: 20%;
}
table p{
display: block;
text-align: center;
color: white;

}
table {

margin-left: auto;
margin-right: auto;
}


  form{
      text-align: center;
      margin-top: 17%;
  }
.login{
color:antiquewhite;

}

.p{
  text-align: center;
  color: antiquewhite;
  font-size: 300%;
}
