.footer {
  background-color: rgb(29, 53, 87);
  color: white;
  display: flex;
  width: 100%;
  margin-top: 400px;
  height: 150px;
  align-items: center;
  justify-content: center;

}

.footer-container {
  width: 60vw;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;  
}

.footer-logo {
  align-items: center;
  justify-content: center;
}

.footer-links {
  align-items: center;
  justify-content: center;
}