@font-face {
    font-family: 'ComicRelief';
    src: url('/fonts/ComicRelief-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ComicRelief';
    src: url('/fonts/ComicRelief-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 1.2rem;
    background-color: black;
}

body {
    width:100%;
    margin-bottom: 60px;
    font-family: 'ComicRelief', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: normal;
}

.navbar {
    display: flex;
    padding: 1rem 0;
}

.container {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.navbar-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.navbar-title {
    margin-right: auto;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
}

.nav-links-center {
    position: absolute;
    left: 58%;
    transform: translateX(-50%);
    display: flex;
}

.nav-link-items,
.nav-link-aboutus {
    margin-left: 1rem;
    text-decoration: none;
    font-weight: normal;
    color: #333;
    transition: color 0.3s;
}

    .nav-link-items:hover,
    .nav-link-aboutus:hover {
        color: #ee2d09;
    }

.spacer {
    margin-left: auto;
    width: calc(1.5rem + 1.5rem);
}

.footer-container {
    display: flex;
    flex-direction: column;
    min-height: 3rem;
    align-items: center;
}

.footer-toptext {
    margin: 0;
    font-size: 0.8rem;
    color: #000000;
}

.footer-bottomtext {
    margin: 0;
    font-size: 0.6rem;
    color: #808080;
    margin-top: 0.2rem;
}
