html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Indie Flower', cursive;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    background-color: #4c73b0;
}

div.title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 25vmin;
    text-shadow: 4px 6px 8px #000;
}

p {
    margin: 0;
    text-align: center;
    font-size: 6vmin;
}