/* 
    Two all-beef patties,
    special sauce,
    lettuce,
    cheese,
    pickles,
    onions,
    on a sesame seed bun 
*/

body {
  background-color: #002EE5;
}

.imgcenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto
}