body { background-color: black; } #cookies_container { width: 500px; min-height: 150px; border: 1px solid black; background-color: white; font-size: 30px; padding: 20px; font-family: "Lucida Console"; } #cookies_container > div { display: flex; justify-content: space-evenly; } button:hover {cursor:pointer} button { width: 100px; font-size: 20px; height: 40px; border: solid 1px gray; background-color: #59C3C3; border-radius: 5px; } #ricardo { height: 100%; width: 140%; object-fit: cover; display: none; } .wrapper { display: flex; justify-content: center; align-items: center; height: 100%; overflow: hidden; }