*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 16px; } body { height: 100vh; width: auto; background-image: url("/img/background.png"); display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .container { height: 75vh; width: auto; position: relative; z-index: 0; } .cupcakes { display: flex; flex-wrap: wrap; height: 44vh; width: 32vw; top: 15vh; left: 12vw; padding-left: 2rem; padding-top: 2rem; position: absolute; z-index: 1; } img { max-height: 100%; width: auto; object-fit: contain; } header { width: 100vw; height: 10vh; background: hotpink; } footer { width: 100vw; height: 10vh; background: hotpink; } .tile { cursor: pointer; } .tile-one { position: absolute; left: 26.61%; top: 25.78%; width: 10.05%; height: 16.25%; z-index: 2; } .tile-two { position: absolute; left: 38.39%; top: 25.94%; width: 11.2%; height: 16.64%; z-index: 2; } .tile-three { position: absolute; left: 50.52%; top: 25.78%; width: 11.88%; height: 17.34%; z-index: 2; } .tile-four { position: absolute; left: 63.44%; top: 25.94%; width: 10.89%; height: 17.27%; z-index: 2; } .tile-five { position: absolute; left: 25.68%; top: 43.05%; width: 10.94%; height: 17.27%; z-index: 2; } .tile-six { position: absolute; left: 37.81%; top: 43.59%; width: 11.41%; height: 17.03%; z-index: 2; } .tile-seven { position: absolute; left: 49.74%; top: 43.44%; width: 12.5%; height: 17.73%; z-index: 2; } .tile-eight { position: absolute; left: 62.76%; top: 43.52%; width: 12.4%; height: 17.73%; z-index: 2; } .tile-nine { position: absolute; left: 24.74%; top: 60.94%; width: 10.57%; height: 16.48%; z-index: 2; } .tile-ten { position: absolute; left: 37.03%; top: 61.33%; width: 11.77%; height: 16.56%; z-index: 2; } .tile-eleven { position: absolute; left: 49.64%; top: 61.64%; width: 12.03%; height: 17.19%; z-index: 2; } .tile-twelve { position: absolute; left: 62.55%; top: 61.8%; width: 13.07%; height: 17.11%; z-index: 2; }