
    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%;
          display: inline;
          margin-right: auto;
          margin-left: 34%;
      }
      #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:300px;
  height: 300px;
 
}
/* table td{
    padding-right: 20%;
} */
table p{
display: block;
text-align: center;
color: white;

}
table {
  /* border: oldlace solid 3px; */
  margin-left: 278px;
  margin-right: auto;
  display: inline;
}
#theme h5{
  
        cursor: pointer;
        color:black;
        margin-top:6px;
    
}
#theme{
    border-radius: 15%;
    height: 31px;
    float: left;
    margin-top: 12px;
}

.pop{
    cursor: pointer;
    border-color: white;
    display: none;
}



.desc{
    font-size: 18px;
    cursor: pointer;
    border: white solid 2px;
    display: none;
    
}
.dark{
    color :antiquewhite;
    border: solid antiquewhite 5px;
    background-color : #333;
          
}
div {
    background-color: #333;
    overflow: hidden;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
 
div label {
    text-align: center;
    float: left;
    width: 200px;
    padding-right: 24px;
    color: white;
    font-size: 20px;
    margin-left:  289px
}
section label {
    text-align: center;
    
    width: 200px;
    padding-right: 24px;
    color: white;
    font-size: 20px;
    margin-left:  78px
}

 
div input {
    float: left;
    width: calc(70% - 200px);
    margin-left: 224px;

}
 
div button {
    float: right;
    width: calc(70% - 200px);
    margin-right: 198px;
    margin-top: 20px;
    
}

section button {
    float: right;
    width: calc(90% - 200px);
    margin-right: 133px;
    margin-top: 20px;
}

#answer{
    text-align: center;
    float: left;
    width: 200px;
    padding-right: 24px;
    color: white;
    font-size: 20px;
    margin-left:  289px

}

section{
 float: right;
    position: absolute;
    display: inline;
    
}
section ul{
    float: left;
    margin-left: 5px;
    margin-right: 8px;
    background-color: burlywood;
 
}


section nav{
    /* border: lightgrey solid 3px; */
    margin-right: 50px;
    height: auto;
    background-color: #333;
    padding-bottom:  51px;
    margin-left: auto;

   
}

section input{
   
    width: calc(90% - 200px);
    margin-left: 98px;

    
}
#answer1{
    display: block;
    text-align: center;
    float: left;
    width: 200px;
    /* padding-right: 24px; */
    color: white;
    font-size: 20px;
    margin-left:  56px
}

.hiddenInput{
display: none;

}

.dar-mode{
border : "solid antiquewhite 5px";
background-color: #333";
}
 footer{
     text-align: center;
     color: antiquewhite;
     margin-top: 10px;
 }