2023-03-13 13:16:47 +00:00
|
|
|
body {
|
|
|
|
margin: 0; /* Remove body margins */
|
2023-03-13 16:36:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-container {
|
2023-03-13 17:31:39 +00:00
|
|
|
padding-top: 75.5px;
|
2023-03-13 16:36:14 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
|
2023-03-13 13:16:47 +00:00
|
|
|
}
|