.content {
    padding-top: 30px;
    text-align: center;
}

  .sub-image-thumbnail {
    color: inherit;
    margin-bottom: 5px;
    margin-right: 10px;
    max-width: 100%;
    height: auto;
    padding-right: 30px;
    padding-top: 30px;
  }
  
  .caption {
    text-align: center;
    font-weight: bold;
  }

  .sub-container {
      display:flex;
      flex-direction: row;
      justify-content: center;
      align-items: space-between;
  }

  .resources-ul {
    list-style-type: disc;
    font-family: sans-serif;
    color:black;
    background-color: white;
    list-style-position: inside;
  }

.resource {
  color: blue;
  padding-top:0px;
  }