48 lines
755 B
CSS
48 lines
755 B
CSS
.mainpage, .stats {
|
|
display: flex;
|
|
}
|
|
|
|
.mainpage img {
|
|
width: 600pt;
|
|
}
|
|
|
|
.rounds, .points {
|
|
font-size: 15pt;
|
|
font-weight: bold;
|
|
margin: 10pt;
|
|
}
|
|
|
|
.finalpage, .menupage {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
justify-items: center;
|
|
}
|
|
|
|
.finalpage .finalscore {
|
|
margin-bottom: 30pt;
|
|
margin-top: 60pt;
|
|
font-weight: bold;
|
|
font-size: 20pt;
|
|
}
|
|
|
|
.menupage form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
justify-items: center;
|
|
}
|
|
|
|
.menupage form div {
|
|
margin-bottom: 10pt;
|
|
}
|
|
|
|
.menupage form .number {
|
|
width: 50pt;
|
|
text-align: right;
|
|
}
|