html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  .content {
    flex: 1;
  }
  .back-custom {
    background-color: #f8f9fa;
  }
  .my_param {
    font-size: 16px; font-weight: bold; display: inline; line-height: 2;
  }
  .prof_pic {
    max-height: 500px; width: auto; height: auto;
  }
  .hackish_text {
    font-family: 'Courier New'; color: #121212;
  }

  .my_h1 {
    font-size: 24px;
  }
  .no-style-link {
    color: inherit; 
    text-decoration: none; /* Removes the underline */
}