/* styles.css */
body {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

.main-body {
    padding: 15px;
}

.activity-card {
    display: flex;
    align-items: center;
}

.activity-card img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.activity-details {
    flex-grow: 1;
}

.activity-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.activity-org {
    font-size: 1rem;
    color: gray;
}

.activity-info {
    font-size: 0.875rem;
    color: gray;
}

.activity-description {
    margin-top: auto;
    text-align: justify;
    font-size: 14px;
    color: #555;
}

.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    text-align: left;
}

.about-me {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.about-me-info {
    font-size: 0.875rem;
    color: gray;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.list-group-item h6 {
    display: flex;
    align-items: center;
}

.list-group-item h6 i {
    margin-right: 8px;
}

.list-group-item a {
    text-decoration: none;
    color: inherit;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}

.h-100 {
    height: 100% !important;
}

.shadow-none {
    box-shadow: none !important;
}

.section {
    display: none;
}

.section.active {
    display: block;
}
