@font-face {
    font-family: "Alcubierre";
    src: url('Alcubierre.otf');
}

body {
	height: 100%; 
	margin: 0;  
	color: white;
	font-family: "Alcubierre", "Open Sans", Helvetica, Arial, sans-serif;
	background-color: black;
	text-align: center;
  font-size: 25px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.page{
    width: 500px;
    height: 300px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align: center;

    margin: auto;
}