* {
	border: none;
	font-family: Arial, sans-serif;
}

.bg {
	background-image: url("./sky2.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	background-color: #000;
}

body, html {
	height: 100%;
}

.footer {
        position: absolute;
        bottom: 0;
        left: 0;
}    

.footer > p {
        font-family: "Lucida Console", Courier, monospace;
        font-size: 40px;
        color: #851534;
        text-align: center;
    }  