/* Global Styles & Typography */

body {
    background-color: #03a4f4a0; /* Light blue background for whole page */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    display: flex; /* Enables Flexbox for alignment */
    flex-direction: column; /* Stacks child elements vertically */
}