36 lines
673 B
CSS
36 lines
673 B
CSS
body {
|
|
background-color: #09161e;
|
|
}
|
|
.imposterState{
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
border-width: 4px;
|
|
max-width: fit-content;
|
|
margin: 5px auto;
|
|
font-size: 30px;
|
|
|
|
}
|
|
.word {
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
border-width: 4px;
|
|
max-width: fit-content;
|
|
margin: 5px auto;
|
|
font-size: 30px;
|
|
|
|
}
|
|
.resetButton {
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
border-width: 4px;
|
|
max-width: fit-content;
|
|
margin: 60px auto;
|
|
font-size: 30px;
|
|
|
|
} |