2020-09-11 07:21:38 +02:00
|
|
|
.container {
|
2022-12-09 08:43:43 +01:00
|
|
|
color: var(--base500);
|
|
|
|
font-size: var(--font-size-md);
|
2021-02-21 14:39:30 +01:00
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-09-11 07:21:38 +02:00
|
|
|
}
|