2019-06-25 19:52:52 +02:00
|
|
|
body, html {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
height: 100%;
|
2019-07-02 18:43:48 +02:00
|
|
|
background-color: rgb(65, 143, 143);
|
2019-06-25 19:52:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
height: inherit;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, p {
|
|
|
|
font-family: sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div p {
|
|
|
|
padding: 20px;
|
2019-07-02 18:43:48 +02:00
|
|
|
background-color: rgba(51, 51, 51, 0.2);
|
2019-06-25 19:52:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
overflow: auto;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
width: 170px;
|
|
|
|
line-height: 2;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-height: 410px) {
|
|
|
|
div {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.phrase {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.output {
|
|
|
|
font-style: italic;
|
|
|
|
}
|