.leftcontent {
  padding: 4rem;
  box-sizing: border-box;
}
.leftcontent h1 {
  font-family: Nexa;
  font-weight: 300;
  font-size: 46px;
}

.leftcontent p {
  font-weight: 300;
}

.lateralpagemenu {
  background: #ff9e18;
  padding: 2rem;
}

.lateralpagemenu a {
  display: block;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 300;
}

.lateralpagemenu .selected {
  color: white;
}

.lasnewstitle {
  background: #081f2d;
}
