.card-link {
    font-size:1.25rem; 
}
.toTop {
    position: sticky;
    top: 85%;
    left: 95%;
    z-index: 1;
}
.img-inline {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
p {
    text-align: justify;
}
p::first-letter {
    padding-left: 3%;
}
li {
    padding-top: .75rem;
}
img {
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.list-text p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    color: black;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.img-comment {
    font-style: italic;
    text-align: center;
    padding-top: 0;
    padding-bottom: 1rem;
}