2024-06-05 14:57:43 +02:00
|
|
|
body{
|
2024-06-05 11:14:54 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2024-06-05 14:57:43 +02:00
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: white;
|
2024-06-05 11:14:54 +02:00
|
|
|
font-size: 16px;
|
2024-06-05 14:57:43 +02:00
|
|
|
height: 80%;
|
2024-06-05 11:14:54 +02:00
|
|
|
|
2024-06-05 14:57:43 +02:00
|
|
|
}
|