
Isamu Noguchi Akari -10 A Floor Lamp
/* body { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 10px; } */ .containerCarlosCASA { position: relative; width: 100%; max-width: 600px; height: auto; aspect-ratio: 2/3; margin: 20px auto; border-radius: 15px; overflow: hidden; font-family: Arial, sans-serif; box-shadow: 2px 4px 8px rgba(0,0,0,0.1); } .imageCarlosCASA { width: 100%; height: 100%; background-size: cover; display: flex; border-radius: 15px; } .textCarlosCASA, .floating-dot { position: absolute; } .textCarlosCASA { color: white; font-size: 20px; background-color: rgba(0, 0, 0, 0.2); padding: 5px; border-radius: 5px; max-width: calc(100% - 50px); white-space: normal; word-wrap: break-word; }