/* Basic styles to maintain simplicity */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;  /* Set Poppins as the default font */
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
}

header, footer {
    background-color: #f4f4f4;
    padding: 10px 20px;
    text-align: center;
}

main {
    padding: 20px;
}
