
        body {
            background-color: #f8f9fa;
        }

        @font-face {
            font-family: Symbola; src: url('Symbola.ttf');
        }

        .flex-even {
            flex: 1;
        }

        .old-link {
            color: #c4e5ff;
            text-decoration: none;
        }
        .old-link:hover {
            color: #f0f5fa;
            text-decoration: none;
        }

        .back-arrow {
            filter: invert(84%) sepia(92%) saturate(3915%) hue-rotate(174deg) brightness(100%) contrast(103%);
        }

        .back-arrow:hover {
            filter: invert(98%) sepia(2%) saturate(694%) hue-rotate(169deg) brightness(99%) contrast(97%);
        }

        .navbar .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(196, 229, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        .navbar .navbar-toggler {
            border: none;
        }

        .navbar-toggler:focus, .navbar-toggler:active {
            outline: none;
            box-shadow: none;
          }

        .navbar .navbar-nav .nav-link {
            color: #c4e5ff;
        }

        .navbar-brand.abs {
            position: absolute;
            width: 100%;
            left: 0;
            text-align: center;
        }

        .logo {
            font-family: 'Courgette', cursive;
            font-weight: bold;
            font-size: 2.5rem;
        }

        .logoMobile {
            font-family: 'Courgette', cursive;
            font-weight: bold;
            font-size: 1.7rem;
        }

        .submitButton {
            background-color: #0064a4;
            border-color: #0064a4;
        }

        .clearButton {
            background-color: #0064a4; /* #ffd200 */
            border-color: #0064a4;
        }

        .tabLinks {
            font-size: 1rem;
            font-family: 'Courgette', cursive;
            color: #c4e5ff;
        }

        .tabLinksMobile {
            font-family: 'Courgette', cursive;
            color: #c4e5ff;
        }

        .tabLinks:hover {
            color: white;
        }

        .text-placeholder {
            color: #636c72!important;
        }

        .missing-color, .missing-color:hover {
            color: #C8C8C8;
        }

        #navColor {
            background-color: #0064a4;
        }

        #zotTitle {
            color: #ffd200;
        }

        #navButton {
            position: fixed;
            right: 0;
            margin: 2px;
            vertical-align: top;
        }