.tag {
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 6px;
}

.section-title {
    margin-top: 60px;
    margin-bottom: 20px;
}

.highlight {
    color: #61BB46;
    font-weight: 500;
}

.split {
    padding-bottom: 60px;
    border-bottom: 2px solid #61BB46;
}

.side-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
}

.side-sticky img {
    height: 75vh;
}

.td-none {
    text-decoration: none;
}