.paragraph {
    font-size: 1.2rem; 
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

.sidebar {
    background-color: rgb(255, 247, 232) !important;
}

.sidebar-inner {
    background-color: transparent !important;
}

.btn {
    border-radius: 0 !important;
}

.sidebar-link:hover {
    background-color: transparent !important;
}

.showtrak-jumbotron {
    background: radial-gradient(circle at 20% 80%, #0c091c 0%, #151232 100%);
}

.showtrak-jumbotron-logo {
    max-width: 100px;
    height: auto;
    margin-left: 20px;
}