html, body {
height: 100%;
background: black;
margin: 0;
padding: 0;
text-align: center;
background-image: url("assets/bg.jpg");
background-repeat: no-repeat;
background-position: 50% 50%;
}
#splash {
text-align: center;
margin: auto;
z-index: 0;
background: black;
}
.tube {
border: 20px solid #333;
z-index: 0;
background: black;
}
.menu {
width: 900px;
height: 500px;
padding: 30px;
overflow: auto;
z-index: 2084;
background: white;
}
.dessert {
width: 350px;
height: 500px;
padding: 30px;
overflow: auto;
z-index: 2084;
background: white;
}