body {
    height: 100vh;
}
.gridContainer.clearfix {
    box-sizing: border-box;
    height: 100%;
}
#LayoutDiv1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#footer {
    margin-top: auto !important;
}
h1.ttleH2 {
    font-size: 3em;
    padding: 0;
}
#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
h3 {
    font-size: 2em;
    margin: 0;
}
p.report-message {
    font-size: 1.2em;
}

@media only screen and (max-width: 600px) {
    h1.ttleH2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 1.6em;
    }
    p.report-message {
        font-size: 1em;
    }
}