2023-03-15 13:20:17 +00:00
|
|
|
body {
|
|
|
|
margin: 0; /* Remove body margins */
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-container {
|
2023-03-25 00:59:56 +00:00
|
|
|
padding-top: 83px;
|
2023-03-15 13:20:17 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
2023-03-16 17:16:22 +00:00
|
|
|
background-color: rgb(0, 0, 0, 0.02);
|
|
|
|
|
2023-03-24 18:34:11 +00:00
|
|
|
}
|