/**
 * @copyright	Copyright (C) 2021 MIPOST, Inc. All rights reserved.
 */

body {
	margin: 0;
    padding: 0;
    font-family: monospace;
	text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}

img  {
	border: 0 none;
	margin-left: auto;
	margin-right: auto;
}

h1 {
    font-size: 50px;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
}

.outline {
	background: #333;
	padding: 20px;
}

.copyright {
	font-size: 12px;
}