#message{
	height: 100%;
	display: table;
	width: 100%;
}

body{
	width: 100%;
	height: 100vh;
	/*background-image: url("bg.jpg");*/
}
.container{
	height: 100%;
}

#message h1 {
    color: black;
    font-size: 90px;
    font-family: monospace;
    display:inline-block;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-family: 'Fugaz One', cursive;
}


