.link-style {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  color: white;
} 

.link-style:hover {
  text-decoration: underline;
}

footer {
  display: flex;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
  height: 34px;
  font-size: 0.9rem;
  position: relative; /* or fixed if you want it always visible */
  bottom: 0;
}