        html,
        body {
            background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
            color: #636b6f;
            font-family: 'Nunito', sans-serif;
            font-weight: 200;
            height: 100vh;
            margin: 0;
        }

        .full-height {
            height: 90vh;
        }

        .flex-center {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .position-ref {
            position: relative;
        }

        .content {

            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

            text-align: center;
            padding: 20px;
        }

        .title {
            font-size: 64px;
            margin-bottom: 15px;
        }

        .links {
            text-align: left;
            color: #636b6f;
            padding: 0 25px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .1rem;
            text-decoration: none;
            text-transform: uppercase;
        }

        .links ul {
            list-style-type: none;
            padding: 0;
        }

        .links li {
            margin: 10px 0;
        }

        .links a {
            color: #636b6f;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .links a:hover {
            color: #000;
        }

        .links a i{
            font-size: 10px;
        }

        .m-b-md {
            margin-bottom: 30px;
        }

        .aws, 
        .footer {
            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: .1rem;
            text-decoration: none;
            text-transform: uppercase;
            list-style-type: none;
         
            text-align: center;
        
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);

            display:inline-block;
            padding: 2px 30px 2px 30px;
        }

        .header,
        .foot {
            color: white;
            background-color: #1B4F72;

            width: 100%;
            padding: 12px 0px 12px 0px;
            text-align: center;
            display: none;
            justify-content: center;
            align-items: center;
            overflow-x: auto;
            position: absolute;
            flex-direction: column;
        }

        .header {
            top: 0;
            left: 0;
            min-height: 24px
        }

        .footer {
            bottom: 1px;
            text-transform: lowercase;
        }

        .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .logo img {
            max-width: 100px;
            margin-right: 10px;
        }

        .logo-text {
            font-size: 24px;
            font-weight: bold;
            color: #636b6f;
        }

        .email-link {
            text-decoration: none;
        }

        @media (max-width: 600px) {
            .header {
                min-height: 20px
            }

            .title {
                font-size: 30px;
                margin-bottom: 5px;
            }

            .links {
                font-size: 10px;
            }

            .logo-text {
                font-size: 18px;
            }

            .aws {
                padding: 2px 0px 2px 0px;
                width: 100%;
                left: 0%;
                transform: translate(0%, -50%);
                font-size: 7px;
            }

            .header,
            .foot {
                padding: 10px 0px 10px 0px;
            }
        }