<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">
<style>
.wrap {
width: ${width}px;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
}
.box {
font-family: 'Space Mono', monospace;
margin: 0px;
padding: 10px;
background: #29bdad;
}
.box h2 {
padding: 10px;
margin: 0px;
font-size: 72px;
font-weight: 400;
color: #5c2c45;
}
.xy-output {
font-size: 72px;
color: #6b2e63;
text-align: center;
}
h3.xy-time {
font-size: 24px;
color: #fff;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}
</style>