#body
{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.navbar-custom {
    background-color: #004080;
  }
  .navbar-custom .navbar-nav .nav-link {
    color: white;
  }
  .navbar-custom .navbar-nav .nav-link:hover {
    color: black;
    background-color: white;
  }
  .victim-card img {
          width: 100%;
          height: auto;
      }

      .victim-card {
          margin-bottom: 20px;
      }
      
      .card-body {
	      padding: 1em !important;
	      }
      
      .card-body p{
       
        margin: 0px !important;
      }
      .card-title  {
        color: #004080;
        text-decoration: none;
        display: block;
        width: fit-content;
        white-space: normal; 
        overflow-wrap: break-word; 
        word-wrap: pre-line; 
        
      }
      .card-title a:hover {
        text-decoration: underline;
      }
      .blue_dark{
        color: #004080 !important;
      }
      .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

footer{
  width:100%;
  color: #fff;
  padding: 16px;
  text-align: center;
  height:20%; //your desired height
  position:absolute;
  bottom:0;
  left:0;
  background-color:#004080;
}