|
|
@ -146,12 +146,12 @@ img {
|
|
|
|
grid-area: 1 / 1 / 2 / 2;
|
|
|
|
grid-area: 1 / 1 / 2 / 2;
|
|
|
|
color: #C0AAC0;
|
|
|
|
color: #C0AAC0;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 5vw;/*1.5em;*/
|
|
|
|
font-size: 5vw;
|
|
|
|
text-overflow: hidden;
|
|
|
|
text-overflow: hidden;
|
|
|
|
white-space: nowrap; /* Prevent text from wrapping */
|
|
|
|
white-space: nowrap;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center; /* Horizontally center content */
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center; /* Vertically center content */
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.top a {
|
|
|
|
.top a {
|
|
|
|
color: #C0AAC0;
|
|
|
|
color: #C0AAC0;
|
|
|
|