footer {
  height: auto;
  box-shadow: 0 -1px 3px rgba(197, 191, 191, 0.5);
  background-color: white;

  display: flex;
  align-content: center;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 30px;
  gap: 30px;
}

#chalmers_logo {
  /* position: absolute; */
  max-height: 15vh;
  height: 10rem;
  width: auto;
  /* right: 0px; */
  
}

.footer-logo {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  align-content: center;
  gap: 15px;

}

.footer-logo p {
  font-size: 1rem;
  margin:0;
}




