*,
*:before,
*:after {
  box-sizing: border-box;
}
footer {
  margin-top: auto; 
  background-color: #f8f9fa;
  text-align: center;
  padding: 10px;
  width: 100%;
  box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.1);
}
.footer-text {
  font-size: 1rem;
  margin: 0;
  color: black;
  text-decoration: none;
}
.footer-text:hover {
  color: #1ca1b4;
  cursor: pointer;
  text-decoration: none;
}

