diff --git a/css/main.css b/css/main.css index 22f27e7..9a5a096 100644 --- a/css/main.css +++ b/css/main.css @@ -293,3 +293,13 @@ img.emoji { .box-content * { white-space: pre-wrap; } + +.centered_div { + display: flex; + flex-diriction: column; + justify-content: center; + align-items: center; + text-align: center; + min-hight: 100vh; + /* font-size: 50px; was removced*/ +}