  body{
  color:rgb(0, 0, 0);
  margin:0px;
}

#container{ 
  width:100%; 
  max-width:960px; 
  margin:0px auto; 
  background-color:none;
  padding:0px;
  box-sizing:border-box;

  display:flex;
  flex-wrap:wrap; 
  flex-direction:row;
  align-content:flex-start;
  align-items:stretch; 
}


.full{
  background-color:rgb(191, 216, 255);
  margin-bottom:3%;
  width:100%;
  padding:1%;
  box-sizing:border-box;
}

#idiv {
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.half{
  background-color:rgb(232, 231, 230);
  margin:2%;
  width:46%;
  padding:2%;
  box-sizing:border-box;
}

img{
  max-width:100%;
}

.head{
	padding: 150px;
	background-color: rgb(0, 2, 43);
	background-image: url("https://spacewx.com/wp-content/uploads/2020/05/space_banner1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}

header{
	padding: 40px;
	background-color: rgb(0, 0, 0);
	background-image: url("https://spacewx.com/wp-content/uploads/2020/05/logo.png");
	background-repeat: no-repeat;
	overflow: hidden;
	top:0;
	width: 100%;
	position: fixed;
	margin:auto;
}
h1{
    margin: 3%;
}
footer{
    bottom: 0;
    width: 90%;
    font-size: 0.6em; /* Adjust as needed */
    margin:5%;

}
.centered-text {
    text-align: center;
}