@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link {
    font-family: 'Orbitron', sans-serif;
}

.nav-link {
    color: #f8f9fa;
    padding: 0.75rem;
    transition: color 0.2s ease-in-out;
}

.nav-link.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

body {
    background: #f8f9fa;

    /* Force the scroll bar to always be present to prevent content shifting on short pagess */
    overflow-y: scroll;
}

.main-container {
    padding-top: 1rem;
}

p {
    font-size: 1.15rem;
    font-weight: 350;
}

ul {
    font-size: 1.15rem;
    font-weight: 350;
}

.card-img-top {
    padding: 0.25rem;
    padding-bottom: 0px;
    width: 100%;
    aspect-ratio: 1 / 1
}