       body {
            background-color: #f2f2f2;
            font-family: Arial, sans-serif;
        }

        a {
            color: blue;
            padding: 5px;
            background-color: #FFFFFF;
            border: 2.5px solid white;
            border-radius: 10px;
        }

        .header {
            background-color: #fd881b;
            color: #fff;
            padding: 20px;
            text-align: center;
        }

        .left {
            text-align: left;
        }

        .content {
            margin: 20px;
            padding: 20px;
            text-align: center;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .negative-indent {
            text-indent: -120px;
        }
        .tiny {
        font-size: 7.5px;
        }
        .info {
        font-size: 11px;
        color: #9f9f9f;
        font-style: italic;
        text-align: left;
        }
