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

body {
    background-color: black;
}

div {
width: 500px;
height: 502px;
display:none;
}

p {
    font-family: "Impact";
    font-size: 150px;
	color: red;
	text-align: center;
	margin-top: -25px;
	display:none;
}

.center {
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

a {
	text-decoration: none;
}

