File size: 213 Bytes
49cc1fb
 
ee5b3a6
 
49cc1fb
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
* {
    box-sizing: border-box;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    background: white;
    font-family: Arial, sans-serif;
}