<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ 
background-color: black;
}

p{
color:white;
}

.caselle {
position:absolute;
font-size:5px;
width:100px;
height:100px;
}

.container{
position:relative;
width:600px;
height:700px;
}

.canv{
position:absolute;
top:0px;
left:0px;
}

.statusbar{
position:relative;
top:700px;
height:20px;
}

button{
height: 50px; 
width: 50px;
}
</pre></body></html>