@font-face {
    font-family: "MuseoSlab";
    src: url("/static/fonts/MuseoSlab-500.woff2");
}

body {
    margin: 0;
    padding: 0;
    font-family: MuseoSlab;
    align-items: center;
}

.navbar {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 68.5px;
    background-color: #00587c !important;
    z-index: 10;
    display: flex;
}

.navbar h2 {
    color: white !important;
    padding-right: 30px;
}

.navbar a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    text-decoration: none;
    padding-inline: 8px;
}

.navbar a:hover {
    background-color: #669bb0;
}

h1,
h2 {
    color: #00587c !important;
    font-weight: 300 !important;
    font-family: MuseoSlab;
}

.icon-img {
    padding: 15px;
    height: -webkit-fill-available;
    margin-right: 15px;
}

.card {
    margin-bottom: 2em;
    padding-left: 2em;
    min-width: 50vw;
    max-width: 80vw;
    border-radius: 6px;
    box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.main-info {
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

pre code {
    background-color: #333;
    border: 1px solid #999;
    display: block;
    padding: 10px;
}

/* Bug in oceanic-next theme */
.cm-s-oceanic-next {
    color: #f8f8f2;
}