
   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: rgba(201,76,76,0.3);
  background-size: 350px;
}
 
.zoom:hover{
  float: left;
  width: 270px;
  height: 350px;
  overflow: hidden;
  transform: scale(1.3);
}

#left{
  font-style: italic;
  font-size: 15pt;
}
 
.Whiskey{
  margin-left: 160pt;
  font-style: italic;
  font-size: 14pt;
  width: 70%;
  background-color: lightblue;
  border-collapse: collapse;
  padding: 15px;
}
 
.paragraph{
  text-align: center;
  font-size: 18pt;
  margin-top: 60pt;
  margin-right: 50pt;
  margin-left: 50pt;
}
.table{
 
  margin-top: 20pt;
  text-align: center;
  font-family: : cursive;
}
footer{
  font-style: italic;
}
iframe{
  box-shadow: 10px 10px 10px 2px rgba(0,0,0,1);
}
