
        /* footer styles */
        footer {
            background: #620903;
            width: 100%;
            display: flex;
            flex-direction: column;

            gap: 36px;
            padding: 71px;

            justify-content: center;
            align-items: center;

        }

        footer h1 {
            color: white;

            font-family: PT Serif;
            font-weight: 700;
            font-style: Bold;
            font-size: 40px;
            line-height: 118%;
            letter-spacing: 0%;
            text-align: center;
        }

        footer .links {
            display: flex;
            flex-direction: row;
            justify-content: center;
            width: 100%;
            gap: 20px;
            align-items: center;
            max-width: 382px;
        }

        footer p {
            font-family: PT Serif;
            font-weight: 400;
            font-style: Regular;
            font-size: 25px;
            line-height: 118%;
            letter-spacing: 1.5%;
            text-align: center;
            color: white;
        }