/* styles.css */
body {
    margin: 0;
    padding: 0;
    height: 100vh; /* Set the body's height to 100% of the viewport height */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

header {
    text-align: center;
}
