.nowrap {
    white-space: nowrap;
}

.custom-content {
    padding: 20px;
    background-color: #f8f8f8;
    color: #333333;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-heading { 
    margin-bottom: 20px;
}

.custom-text {
    font-size: 1.1rem;
    color: #555555;
}

.hr.divider-vertical {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-image: linear-gradient(180deg, transparent, hsl(0, 0%, 40%), transparent);
    background-color: transparent;
    height: 100%;
}

.top-spacer
{
    margin-top: 100px;
}