html{
    
    color: white;
    font-size: 20px;
    
}


body{
    background-color: black;
    margin: auto;
    margin-left: 20%;
    margin-right: 20%;
    height: auto;
    width: auto;
}

div{
   
   text-align: center;
   margin-bottom: 5%;
   margin-top: 5%;
    
}

#drink{
    
    color:white;
    
}

#title_div{
    
    margin-top: 15%;
    
}

#a {
    
    width: 20px;
    margin-left: 5px;
}

#b {
    
    width: 20px;
    margin-right: 20px;
    margin-left: 5px;
}

#random_div {
    
    margin-bottom: 5%;
    
}

#img_div{
    
    height: 30%;
    margin-bottom: 10%;
    
}

#img {
    
    height: 100px;
    width: auto;
    
}

#credits{
        
        font-size: 7px;
        
}
    
