    html {
        overflow-x: hidden;
    }

    body {
        margin: 0;
        background-color: #FEE9B0 !important;
        overflow-x: hidden;
    }

    .Footer {
        background-color: #064E27;
        color: white;
        padding: 30px 0;
        margin-top: 50px;
        position: relative;
    }

    .Footer a {
        color: white;
        text-decoration: none;
    }

    .Footer::before {
        background-image: url(/images/binder.jpg);
        content: "";
        position: absolute;
        left: 0;
        top: -455;
        width: 159px;
        height: 455;
        z-index: -1;
    }

    h1 {
        font-size: 30px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    ul li {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .header {
        margin-bottom: 50px;
    }

    @media (max-width: 767px) {
        .Footer::before {
            display: none;
        }
    }