/* Alapstílusok */

html, body {
  height: 100%; 
  margin: 0; 
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;  
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: auto; 
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.container.custom-width {
     max-width: 750px;
}
