.img-border {
    border-width: 4px !important;
    border-color: #666 !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .sticky-footer {
    margin-top: auto;
  }

