html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: Arial,Helvetica,sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#logo{
	font-size: 120px;
	font-weight: 700;
    display: inline-table;
    /*align-items: center;*/
    margin: 40px;
}

#preText{
	color: rgb(255, 255, 255);
	padding: 8px;
}

#postText{
	color: rgb(0, 0, 0);
	background-color: rgb(255, 153, 0);
    padding: 2px 10px;
    border-radius: 10px;
}

#copyright,#copyright a{color: #fff}

#copyright a{text-decoration: none;}