
        * {
            padding: 0 !important;
            margin: 0 !important;
        }

        body {
            background-color: #f9fafb !important;
        }

        .nav-part {
            align-items: center;
            justify-content: center;
            text-align: center;
            margin: auto !important;
        }

        .nav-part a {
            color: #353535;
            text-decoration: none;
            padding: 0px 12px !important;
            font-weight: 600;
        }

        .nav-part a:hover {
            color: #e2e2e2;
        }

        article {
            background-color: #fff;
            border-radius: 20px;
            box-shadow: 2px 2px 5px #e2e2e2;
            padding: 1em 3em !important;
            margin: 4em !important;
        }

        article a {
            color: forestgreen !important;
            text-decoration: none;
            font-weight: 700;
        }

        ol li {
            margin-left: 15px !important;
        }

        ul li {
            list-style: none !important;
        }

        h1 {
            padding: 8px 0px !important;
        }

        h2 {
            padding: 8px 0px !important;
        }

        h3 {
            padding: 8px 0px !important;
        }
