website/style.css
2025-02-22 02:11:28 +01:00

19 lines
293 B
CSS

* {
background-color: #191724;
color: #e0def4;
}
.button {
width: 88px;
height: 31px;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
}
.box {
max-width: 800px;
display: table;
text-align: center;
margin-left: auto;
margin-right: auto;
}