23 lines
334 B
CSS
23 lines
334 B
CSS
.main {
|
|
font-family: "Teko", sans-serif !important;
|
|
color: white;
|
|
font-size: xx-large;
|
|
line-height: 1.4em !important;
|
|
}
|
|
|
|
.main p {
|
|
font-family: "Teko", sans-serif !important;
|
|
color: white;
|
|
letter-spacing: normal;
|
|
}
|
|
|
|
.loading {
|
|
color: black;
|
|
}
|
|
|
|
.invalidPlayer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|