2024-05-03 19:27:18 +00:00
|
|
|
.container {
|
|
|
|
width: 710;
|
2024-05-01 06:12:27 +00:00
|
|
|
}
|
2024-05-03 19:27:18 +00:00
|
|
|
|
|
|
|
.main-title {
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
font-size: var(--h1-desktop);
|
|
|
|
max-width: 250;
|
2024-05-01 06:12:27 +00:00
|
|
|
}
|
2024-05-01 07:28:22 +00:00
|
|
|
|
2024-05-03 19:27:18 +00:00
|
|
|
.header {
|
2024-05-01 07:28:22 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|