*{margin: 0; padding:0;}

body{
    background-color: black; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;}

#pageWrapper{width: 100%; height:100%;}

.deselect ::selection {background: transparent;color: inherit;}
.deselect ::-moz-selection {background: transparent;color: inherit;}
.deselect {-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;}

/*########################################################################################################################*/

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

#wrapper{
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    color: grey;
    font-size: 18px;
    font-family: Verdana;
    line-height: 1.7;}

#wrapper p{
    margin-bottom: 30px;}

#wrapper p span{
    font-style: italic;}

#wrapper p a:hover{
    color: white;}

.button{
    display: block;
    border: 2px solid grey;
    padding: 15px;}

.button:hover{
    color: white;
    border: 2px solid white;}