* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
}
.container_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}
.container_grid > div {
	height: 266px;
	background-size: cover;
	background-attachment: fixed;
}
.bg61 {
        background: url('./images/jupiter_full.jpeg');
}
.bg60 {
        background: url('./images/solar_perihelion.jpg');
}
.bg59 {
        background: url('./images/shockwave.jpg');
}
.bg58 {
        background: url('./images/scorpius.jpg');
}
.bg57 {
        background: url('./images/cometary_globs.jpg');
}
.bg56 {
        background: url('./images/xmas_tree_cluster.jpg');
}
.bg55 {
        background: url('./images/ldn_1251.jpg');
}
.bg54 {
        background: url('./images/ngc_6188.jpg');
}
.bg53 {
        background: url('./images/sol.jpg');
}
.bg52 {
        background: url('./images/gum_nebula.jpg');
}
.bg51 {
        background: url('./images/rho_ophiuchi.jpg');
}
.bg50 {
        background: url('./images/abell_2744.jpg');
}
.bg49 {
        background: url('./images/sol.jpg');
}
.bg48 {
        background: url('./images/m78_euclid.jpg');
}
.bg47 {
        background: url('./images/messier78.jpg');
}
.bg46 {
        background: url('./images/globule.jpg');
}
.bg45 {
        background: url('./images/m100.jpg');
}
.bg44 {
        background: url('./images/dragons_egg.jpg');
}
.bg43 {
        background: url('./images/ngc_1232.jpg');
}
.bg42 {
        background: url('./images/solar_corona.jpg');
}
.bg41 {
        background: url('./images/fs_tau.jpg');
}
.bg40 {
        background: url('./images/markarian_chain.jpg');
}
.bg39 {
        background: url('./images/ngc_7714.jpg');
}
.bg38 {
        background: url('./images/ngc_1055.jpg');
}
.bg37 {
        background: url('./images/seagull_nebula.jpg');
}
.bg36 {
        background: url('./images/edge_galaxy.jpg');
}
.bg35 {
        background: url('./images/angel_nebula.jpg');
}
.bg34 {
        background: url('./images/spaghetti_nebula.jpg');
}
.bg33 {
        background: url('./images/pencil_nebula.jpg');
}
.bg32 {
        background: url('./images/silver_coin_galaxy.jpg');
}
.bg31 {
        background: url('./images/carina_nebula.jpg');
}
.bg30 {
        background: url('./images/wolf_rayet.jpg');
}
.bg29 {
        background: url('./images/bodes_galaxy.jpg');
}
.bg28 {
        background: url('./images/thor_helmet.jpg');
}
.bg27 {
        background: url('./images/wizard_nebula.jpg');
}
.bg26 {
        background: url('./images/jellyfish_nebula.jpg');
}
.bg25 {
        background: url('./images/heart_nebula.png');
}
.bg24 {
        background: url('./images/hummingbird_galaxy.png');
}
.bg23 {
        background: url('./images/jupiter_deep_purple.jpg');
}
.bg22 {
        background: url('./images/jupiter_huge_stormy.jpg');
}
.bg21 {
        background: url('./images/jupiter_clouds_closeup.jpg');
}
.bg20 {
        background: url('./images/jupiter_lrg_lr_redspot.jpg');
}
.bg19 {
        background: url('./images/jupiter_uppr_half.jpg');
}
.bg18 {
        background: url('./images/jupiter_almost_whole.jpg');
}
.bg17 {
        background: url('./images/jupiter_cyclones.jpg');
}
.bg16 {
        background: url('./images/jupiter_rise.jpg');
}
.bg15 {
        background: url('./images/jupiter_dione.jpg');
}
.bg14 {
        background: url('./images/jupiter_spots_tall.jpg');
}
.bg13 {
        background: url('./images/jupiter_bright_colorful.jpg');
}
.bg12 {
        background: url('./images/jupiter_huge_gray.jpg');
}
.bg11 {
        background: url('./images/jupiter_n_pole_elec.jpg');
}
.bg10 {
        background: url('./images/jupiter_juno_orbit.jpg');
}
.bg9 {
        background: url('./images/jupiter_blue.jpg');
}
.bg8 {
        background: url('./images/jupiter_moon_europa.jpg');
}
.bg7 {
        background: url('./images/jupiter_moon_io.jpg');
}
.bg6 {
	background: url('./images/jupiter_vortex.jpg');
}
.bg5 {
	background: url('./images/jupiter_cloud_swirl.jpg');
}
.bg4 {
	background: url('./images/jupiter_moon_shadow_sm.png');
}
.bg3 {
	background: url('./images/jupiter_crescent.jpg');
}
.bg2 {
	background: url('./images/jupiter_red_spot.png');
}
.bg1 {
	background: url('./images/jupiter_clouds.jpg');
}
h1 {
	font-family: 'Muli', sans-serif;
	color: white;
	font-size: 36px;
	text-align: center;
}
p {
	font-family: 'Muli', sans-serif;
	color: white;
	font-size: 26px;
	text-align: center;
}
a:link {
        color: white;
        font-family: 'Muli', sans-serif;
        font-size: 20px; 
        text-decoration: underline;
}
a:visited {
        color: white;
        font-family: 'Muli', sans-serif;
        font-size: 20px;
        text-decoration: underline;
}
a:hover {
        color: white;
        font-family: 'Muli', sans-serif;
        font-size: 20px; 
        text-decoration: underline;
}
a.temps:link {
        color: red;
        font-family: 'Muli', sans-serif;
        font-size: 14px;
        text-decoration: underline;
}
a.temps:visited {
        color: red;
        font-family: 'Muli', sans-serif;
        font-size: 14px;
        text-decoration: underline;
}
a.temps:hover {
        color: red;
        font-family: 'Muli', sans-serif;
        font-size: 14px;
        text-decoration: underline;
}
