blob: ba0f5e7842d4418446bd5953860a41a59f5a80b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
body {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
margin: 0;
display: flex;
place-items: center;
place-content: center;
min-width: 100vw;
min-height: 100vh;
background-color: darksalmon;
}
|