body {
    margin: 0px;
}

#container {
    height: 100dvh;
    display: grid;
    grid-template-rows: 100px auto auto 1fr auto;
    align-content: space-around;
    align-items: center;
    justify-items: center;
    gap: 20px;
}

img.store {
	max-height: 100px;
	max-width:100%;
}

img#img-empresa {
    width: 100%;
}