2022-06-14 15:12:31 +02:00
|
|
|
@import "../../_global/header.css";
|
2022-06-14 19:43:35 +02:00
|
|
|
@import "../../_global/style.css";
|
2022-06-04 16:05:54 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2022-06-19 10:11:28 +02:00
|
|
|
align-items: center;
|
|
|
|
}
|