/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
dl,li{width:300px

}dl,ul{list-style-type:square;margin:0;padding:10px;overflow:hidden}#navigation,dl{font:700}dd,li{display:inline}h1,h2,hr{color:green;text-align:center}h3,h4,p{color:grey}h1,h2,h3,h4,h5{text-align:center}box,embed,iframe,img,object,video{max-width:100%}#wrapper{margin-right:auto;margin-left:auto;width:960px}#header{margin-right:10px;margin-left:10px;width:940px}body{width:auto;margin:20px 30px auto}li{border:2px;border-radius:20px;background-color:#adff2f;box-shadow:10px 5px 5px Grey}dd,dt{border:2px}li:hover{background-color:#ff0}dl{float:center;background-color:#ffe4e1}h1,h2,h3,h4,h5,p{font-family:Helvetica,sans -serif}dt{width:150px;font-weight:700}dd{width:200px;border-radius:20px;background-color:#ff69b4;box-shadow:5px 3px 3px red}div{border:0;border-radius:20px;background-color:#fff}h1{font-size:25px}h2{font-size:18px}p{text-align:auto;font-size:15px}h3{font-size:10px}h4{font-size:12px}h5{font-size:18px;color:red}img{border:2px;box-shadow:5px 5px 5px #7fffd4}box,video{height:auto}.container{width:70%;padding:5%;margin:0 auto;background:#fff;box-shadow:0 5px 5px rgba(0,0,0,.5)}.vendor{padding:2%;background:#d1eed1;margin-bottom:2em}

