 body {
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
        }
        #result {
            margin-top: 20px;
            font-size: 1.2em;
            text-align: center;
        }
        img {
            width: auto;
            height: 100px;
            margin-top: 10px;
	    object-fit: contain;
        }
        button {
            padding: 10px 20px;
            font-size: 1em;
            cursor: pointer;
        }
		
		table {
			th, 
			td {
				border: 1px solid #ddd;
				padding: 8px;
				text-align: center;
				vertical-align: middle; /* Vertical centering */
				align: center ;
				justify-content: center;
			}
		}