@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap');

        body {
            font-size: 0.9rem
        }

        h1 {
            font-size: 1.2rem
        }

        h2 {
            font-size: 1.5rem
        }

        h3 {
            font-size: 1rem
        }

        h4,
        h5,
        h6 {
            font-size: 0.9rem
        }

        *,
        .nata-sans {
            font-family: "Nata Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
        }

        #mainContent-wrap {
            background: #fef5e8
        }

        #mainContent {
            max-width: 1080px
        }

        #mainContent>section {
            background: white;
            padding: 0.25rem 0.5rem
        }

        #sideBar>section {
            background: white;
            margin-bottom: 0.5rem;
            min-height: 280px;
            padding: 0.25rem 0.5rem;
        }

        .trackHeader {
            border-bottom: 1px solid #c7c7c7
        }

        .fa-icon i {
            padding: 1em 1.75em 1em 1.25rem;
            background: #F5D177;
            color: #666;
            border-radius: 3em;
            display: block;
        }
