body {
    background-image: url(https://www.finestclubs.com/packs/media/images/hero-banner-c2c51050ce9096c5ac03ae909b76f28c.jpg);
}
.menu {
    width: 100%;
    background-color: purple;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-width: 800px;
}
.innermenu {
    width: 100%;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-width: 700px;
}
h1 {
    text-align: center;
    color: white;
}
h2 {
    color: white;
    text-align: center;
}
p {
    color: yellow;
    text-align: center;
}
.drink {
    color: white
    text-align: left;
}
img {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
hr {
    width: 60%;
}
.navbar {
    color: white;
}