* {
    margin: 0;
    padding: 0;
    
}

body {
    background-image: url(./Images/9bc27292880429.5e569ff84e4d0.gif);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}

.main_title {
    text-align: center;
    padding: 30px;
    background-color: rgb(249, 249, 96, 0.8);
    margin: auto;
    width: 400px;
    border-radius: 25px;
    margin-bottom: 50px;
    margin-top: 30px;
    color: rgb(0, 0, 0);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 0 0 5px cyan;
    box-shadow: 0 0 5px white;
}

.main_title:hover {
    text-shadow: white;
}

.DM:hover {
    text-shadow: 0 0 3px cyan;
    transform: scale(1.1);
}

.JW:hover {
    transform: scale(1.1);
}

.JS:hover {
    transform: scale(1.1);
}

.top-container {
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
}

.menu-title {
    text-align: center;
    padding: 30px;
    background-color: rgb(103, 250, 132,0.8);
    width: 290px;
    margin: auto;
    border-radius: 25px;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 5px cyan;
    box-shadow: 0 0 5px white;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}


.drinks {
    text-decoration: none;
    display: inline-block;
}

li {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
}

li:hover {
    font-size: 25px;
    
}


   
    


p {
    color: white;
    
}

.DM, .JW, .JS {
    border-style: 2px solid black;
    margin: auto;
    padding: 30px;
    width: 500px;
    text-align: center;
    border-radius: 25px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px cyan;
    box-shadow: 0 0 5px white;
}

.DM {
    background-color: rgb(188, 231, 216,0.8);
}

.JW {
    background-color: rgb(207, 113, 113,0.8);
}

.JS {
    background-color: rgb(196, 185, 185,0.8);
}

.main-menu {
    display: inline-block;
}

main {
    display: flex;
    flex-direction: column;
}
/* Hover effect on each drink item title? Maybe glitch effects? */


footer {
    text-align: center;
    margin-top: 50px;
    width: 300px;
    margin: auto;
}

footer p {
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    margin: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    
}

i {
    color: rgb(255, 255, 255);
    box-shadow:rgb(103, 250, 132,0.8);
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 20px;
}

.git {
    margin-right: 40px;
}

.link {
    margin-left: 40px;
}

i:hover {
    box-shadow:rgb(103, 250, 132);
    transform: scale(1.1);
}