2023-07-28 15:57:12 +00:00
|
|
|
.status {
|
|
|
|
font-family: 'lightning';
|
|
|
|
font-size: 96px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 1rem;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-07-29 19:38:20 +00:00
|
|
|
.smaller {
|
|
|
|
font-size: 48px;
|
|
|
|
}
|
|
|
|
|
2023-07-28 15:57:12 +00:00
|
|
|
.describe {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|