2026 Packing List

Family Space Camp

Family Space Camp

BOOK NOW Share:
.program-container { display: flex; flex-wrap: wrap; /* allows multiple rows */ gap: 25px; /* space between boxes */ justify-content: flex-start; /* left align rows */ margin-top: 20px; } .program-box { background: linear-gradient(to bottom, #2c3e50, #1c1c2d); border-radius: 10px; padding: 20px 15px; flex: 1 1 calc(20% - 25px); /* 5 boxes per row */ max-width: calc(20% - 25px); color: white; box-shadow: 0 4px 10px rgba(0,0,0,0.3); box-sizing: border-box; display: flex; flex-directio