@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body, html {
    height: 100%;
    margin: 0;
    word-wrap: break-word!important;
	font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(./background.jpg) no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.message {
    text-align: center;
    font-size: 3em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}