body {
	background-color: #000000;
	
	margin-top: 35px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0;
	
	padding: 0px 0px 0px 0px;
	font-family: Arial black;
	text-align: center;
	/*color: #4D4E4F;
	background-image: linear-gradient(to right, #E0FEF1, #E8E0FE);
	*/
}

h1 {

	color: Gray;
}

p {
	color: #FFFFFF;}
	
.mainTitle {
  color: white;
  position: absolute;
  top: 20%;
  left: 50%;
    transform: translate(-50%, -50%);
  font-family: Arial black;
  font-size: 80px;

}

.taskBar {
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(#8D1D1D,#000000);
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: +1;

}
.currentPage {
  background-color:  #000000;
  float: left;
}
.barLeft {
  float: left;
}
.barRight {
  float: right;
}
.barCenter {
  float: center;
}

.date {
 display: block;
  height: 8px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float: right;
}

li a {
  display: block;
  height: 8px;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: white;
}


/*get image and text together*/
.headContainer {
  overflow: hidden;
  text-align: center;
  z-index: -1;

}

.portrait {
  margin-bottom: 15%;
}

.mainImage {
   border-bottom: 7px solid;
  border-color: #000000;
}


.wrapper {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  color: white;
}


.rightSide {

margin-top: 10%;


}
.firstHeader {
  margin-top: 5%;
  text-align: center;
  background-color: #000000;
  color: white;
}
.header2 {
  text-align: center;
  background-color: #000000;

}

.leftSide {

  text-align: justify;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 2%;
  margin-right: 2%;
  border-bottom: solid;
  border-right: solid;
  border-left: solid;
  border-color: #000000;
  color: white;
}

.weather {
 margin-top: 0;
 border: solid;
 border-color: #000000;
}
.listSpace {
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}


hr {
  height: 2px;
  color: white;
}


ul {
    color:#FFFFFF;
    
}

.research_list {
    color: white;
    
}
