a {    
    text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .header-actions {
            position: fixed;
            top: 10px;
            right: 10px;
            display: flex;
            align-items: center;
        }

        .theme-toggle {
            cursor: pointer;
            background: none;
            border: none;
            color: inherit;
            font-size: 1.5rem;
        }

        .theme-toggle:hover {
            color: #f8f9fa;
        }

        .text-dark-theme {
            color: #000 !important;
        }

        .contact-block {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
.indent-paragraph {
            text-indent: 30px; /* Adjust the value as needed */
        }

        .footer-container {
            text-align: center;
            margin-top: 20px;
        }

        .footer-line {
            display: inline-block;
        }
