.full_page_error { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #fff; .error_message { text-align: center; width: 600px; padding: 40px; margin: auto; .title { font-size: 40px; .emojione { margin-right: 5px; width: 64px; height: 64px; bottom: 8px; } } .subtitle { text-align: center; line-height: 25px; margin: auto; margin-top: 30px; margin-bottom: 40px; max-width: 500px; } } }