@media screen and (min-width: 600px) {
    #myCanvas {width: 100%; height: 200px;} 
}

@media screen and (max-width: 600px) {
    #myCanvas {width: 100%;}
    #myCanvas {bottom: 0;}
    
}

#specialsList { margin: 5%;}

button {width: 100px; height: 25px; border-radius: 5px;}

button:hover{background-color: #ddd;}