html, body {
    margin: 0;
    height: 100%;
    /* allow scrolling (desktop and mobile) */
    overflow: visible;
}

h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    color: white;
}

div.header {
    padding:25px;
    border-radius: 25px;
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12pt;
    font-weight: 800;
    color: white;
}