Newer
Older
#comment {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 90vh;
font-size: 2.1em;
}
#comment p {
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
background-color: var(--red);
color: white;
position:absolute;
top:2em;
right:2em;