35 lines
504 B
CSS
35 lines
504 B
CSS
body {
|
|
font-family: "PT Sans", "Helvetica", "Helvetica Neue", "Roboto", "Arimo", "Arial", sans-serif;
|
|
margin: 0px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
padding: 0 1rem;
|
|
|
|
min-height: 100vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
tr td:first-child::after {
|
|
content: ":";
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.fineprint {
|
|
font-size: .75rem;
|
|
margin-top: auto;
|
|
}
|
|
|
|
.forbiddenword.processed {
|
|
font-family: "Comic Sans MS", cursive;
|
|
}
|