:root {
    --main-bg-color: rgba(0, 0, 255, 0);
}
/* Show it's not fixed to the top */
body {
    min-height: 75rem;
}

nav {

}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

ul {
    class: "bg-dark";
}

body {
    font-size: 48px;
}
