body {
    font-family: Monaco, monospace, Helvetica, sans-serif;
    margin: 0;
    background-color:rgb(25, 35, 45);
    color:rgb(200, 200, 250);
}
h1 {
    color: blue;
}
p, span {
    font-size: 48px;
    text-align: center;
}
html, body {
    height: 100%;
}
.main {
    height: 100%;
    width: 100%;
    display: table;
}
.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
