body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  margin: 0;
}

.main-content {
  flex: 1; 
}

.footer {
  background-color: #6EC1E4; 
  color: rgb(0, 0, 0); 
  padding: 10px; 
  text-align: center; 
  margin-top: auto; 
  font-weight: bold;

}

.footer-der {
  font-size: 8px;
  color: rgb(0, 0, 0);
  margin-top: 10px;
}



  