html, body {
    height: 100%;   /* Set both the <html> and <body> elements to take up 100% of the viewport height */
    margin: 0;      /* Remove default margins to prevent extra spacing around the page content */
    background-color: #199a5d;
}