/* Style for website powered by Quarto */


/* Avoid ellipsis for the long "Open Source Undefined" brand title on mobile */
@media (max-width: 480px) {
    div.navbar-brand-container {
        max-width: 80%;
    }
}

/* Center videos */
div.quarto-video {
    text-align: center;
}
