Welcome to the Blueberry System

๐ŸŒฟ A soft space for us to exist and share

About Us

Hello! Weโ€™re the Blueberry System. This site is a gentle place for our thoughts, art, and info about who we are.

/* Reset & Base */ body { margin: 0; padding: 0; font-family: "Segoe UI", sans-serif; background-color: #f2f8f7; color: #333; } /* Container */ .container { max-width: 800px; margin: auto; padding: 20px; } /* Header */ header { text-align: center; background-color: #d6f5f0; padding: 30px 10px; border-radius: 10px; margin-bottom: 20px; } header h1 { color: #2b6e71; margin: 0; font-size: 2.2em; } header p { margin-top: 10px; font-style: italic; color: #4a8a8d; } /* Navigation */ nav { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; } nav a { text-decoration: none; color: #2b6e71; background-color: #e0f7f5; padding: 8px 16px; border-radius: 6px; transition: 0.2s ease; } nav a:hover { background-color: #c4ede8; } /* Main */ main { background-color: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); } main h2 { color: #317d81; } /* Footer */ footer { text-align: center; margin-top: 40px; font-size: 0.9em; color: #777; }