
 
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
 
 
h1, h2{
  text-align: center;
  font-size: 30pt;
  background-color:lightgray;
  border-style: ridge;
    color: purple;
    border:1 black;
    font-size: 25px;
    position: center;
    box-shadow: 8px 5px 8px 4px rgba(0,0,0,1);
}
body{
  background-color: #92a8d1;
  background-size: 350px;
  font-style: italic;
}
 
 
.zoom:hover{
  float: left;
  width: 270px;
  height: 350px;
  overflow: hidden;
  transform: scale(1.3);
}
 
.bottle{
  margin-left: 200pt;
  font-style: bold,italic;
  font-size: 14pt;
  width: 70%;
  border-collapse: collapse;
  padding: 15px;
  background-color: lightblue;
}
 
.paragraph{
  text-align: center;
  font-size: 18pt;
  margin-top: 60pt;
  margin-right: 50pt;
  margin-left: 50pt;
}


#left{
  font-style: italic;
  font-size: 15pt;
}

.table{
 
  margin-top: 20pt;
  text-align: center;
  font-family: : cursive;
}
 
iframe{
  box-shadow: 10px 10px 10px 2px rgba(0,0,0,1);
}