/* Global style applied to all pages */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-color: #f2efe5; /* sandy beige */
    color: #000000; /* text color */
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
