body {
    margin: 0;
}
article {
    display: none;
    font-family: monospace;
    text-transform: uppercase;
    font-size: 2em;
}
a {
    color: currentColor;
    text-underline-offset: .2em;
}
p { margin: 0; padding: 1em;}
.question{
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50px;
    background:white;
    padding: 1em;
    gap: 1em;
}
.ended .question {
    display: flex;
}
article.visible {
    display: block;
}