/*
Theme Name: Exploring The Night Sky Proper
Version: 4.0
*/

body{margin:0;font-family:Arial;background:#0B1D3A;color:white;}
.header{display:flex;justify-content:space-between;padding:10px;background:#08152b;}
.logo{font-size:22px;font-weight:bold;}
nav a{color:white;margin:0 10px;text-decoration:none;}
.hero{text-align:center;padding:40px;}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px;}
.card{position:relative;}
.card img{width:100%;border-radius:10px;}
.overlay{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,0.6);padding:5px;}
