<style> pre { background-color: #1e1e1e;
padding: 15px;
border-radius: 6px;
overflow: auto;
font-family: 'Courier New', Courier, monospace;
font-size: 1.5vw;
line-height: 1.4;
white-space: pre-wrap;
word-wrap: break-word;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
color: #00ff00;
margin-top: 20px;
text-align: center;
} </style>