body {
    background-color: #f6f7f9;
  }
  .navbar {
    background-color: #0a2540;
  }
  .nav-link {
    color: white !important;
  }
  .nav-link:hover {
    color: #ffc300 !important;
  }
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #26547c;
    color: white;
    text-align: center;
    padding: 20px;
    /* flex-shrink: 0; */
  }
  .carousel {
    width: 80%;
  }

  img {
    width: 200px;
    height: 150px;
    }