:root{
  /* --mainColor:; */
  --mainFontColor:rgba(254,254,254,.85);
  --mainBorder:1.5px solid var(--mainFontColor);
}

#mainBg{
	background-image: url(img/bg.jpg);
}
.mainCover{
	background-color:rgba(34,24,20,0.9);
}

#home{
	background-image: url(img/home.jpg);
}
.homeCover{
    background-color:rgba(64,33,15,0.3);
}


.newsText a{
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  width: 40%;
}