44 lines
No EOL
637 B
CSS
44 lines
No EOL
637 B
CSS
p {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
#question {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#unclaimedPoints {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #5C7285;
|
|
color: white;
|
|
font-family: "Arial", sans-serif;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
}
|
|
|
|
button {
|
|
width: 150px;
|
|
font-size: 16px;
|
|
margin: 0 auto;
|
|
background-color: #E2E0C8;
|
|
color: #5C7285;
|
|
font-weight: 600;
|
|
}
|
|
|
|
a, button {
|
|
border: none;
|
|
padding: 10px 20px;
|
|
margin: 5px auto;
|
|
text-decoration: none;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
a {
|
|
background-color: #818C78;
|
|
color: white;
|
|
font-size: 17px;
|
|
} |