html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
p.msg {
    position: absolute;
    font-size: 24pt;
    font-weight: 300;
    color: azure;
    text-align: center;
}
