@charset "UTF-8";
/* CSS Document */

/* ##### PAGE ##### */

.content { width: 100%; max-width: 1200px; margin: 0 auto;}

div.page { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
div.message { display: inline-block; text-align: center; text-transform: uppercase; }
div.message p { padding-top: 10px; }
div.page .logo { height: 160px; }