
.szelek {   width: 80%;  margin: auto;  }

.fejlec {
  background-color: purple;
  text-align: center;
  color: #ffffff;
}
.fejlec > h1 { font-size: 40px; }

.lablec {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center; 
  float: left;
  width: 100%;
  margin-top : 10px;  
}


@media screen and (max-width: 600px) {
  .fejlec > h1 { font-size: 24px; }
}