        .highlighted-text {
            color: red;
            font-weight: bold;
        }
        #header-box, #output-box, #footer-box {
        background-color: rgba(247, 230, 196, 0.95);
        border: 2px solid #a0522d;
        border-radius: 15px;  
        padding: 20px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        }

        #output-box {
            margin-top: 15px;
            text-align: center; 
            color: #000000;
            line-height: 1.5;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7); 
        }

        #header-box h1 {
            color: #000000;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
            text-align: center;
            margin: 1.5rem; 
        }

        #footer-box {
            margin-top: 15px;
            color: #000000;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
            text-align: center;
            margin-top: 15px;
            margin-bottom: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        body {
            background-image: url('Hamspear.png'); 
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center center;
            min-height: 100vh;
            text-align: center;
        }