: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.8);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  background-color: rgba(64, 33, 15, 0.5);
}

.newsTitle h3,
.newsTitle p {
  font-size: 20px;
  margin: 0;
  vertical-align: bottom;
}

element.style {}

.BTN {
  border: 2px solid rgb(255, 254, 254);
  padding: 5px;
  width: 150px;
  text-align: center;
  right: 0;
  float: right;
}