*{
    margin: 0;padding: 0px;border:0px;box-sizing: border-box;
}

body{
    background-color: #FED9B7;
    color: gray;
    min-height: 100vh;
    
    
    
    

}

#container{
    border: 5px solid #99F;
    margin: 20px;
    padding: 20px;
    background-color: #fdfcdc;
    position: absolute;
    left: 20%;
}

h1{
    color: #0081A7;
    background-color: #fdfcdc;
    text-shadow: 1px 1px 2.5px #f07167;
    text-align: center;
}

h1 a:visited{
    color: #0081A7;
    background-color: #fdfcdc;
    text-shadow: 1px 1px 2.5px #f07167;
    text-decoration: none;
}



table{
    border-collapse: collapse;
}    

th, td{
    border: 0px solid black;
    width: 120px;
    height: 120px;
    text-align: center;
    
    
}

#menu{
    font-size: 3em;
    text-transform: uppercase;
    border: 2px solid black;
    box-shadow: 5px 5px grey;
    color: #0081A7;
    background-color: #fdfcdc;
    text-shadow: 1px 1px 2.5px #f07167;
    
    
}

#desc{
    border-bottom: 2px solid black;
    box-shadow: 0px 5px grey;
} 

#middle{
    border: none;
}

#name{
    font-size: 2em;
    font-style: oblique;
    color: #f07167;
}
#drinks{
    font-size: 2em;
    font-style: oblique;
    transform: translateY(40px);
    
}

#vl{
    border-left: 6px solid #f07167;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: 32%;

  }



  tr td li{
      text-decoration: none;
      list-style: none;
  }

  

footer {

    background-color: #FDFCDC;
    border: 0px solid red;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color:black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top: -30px;

    
    
}

h2{
    color:black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 1em;
    margin-top: 40px;
}












