/* Add this CSS code to your styles.css file */
body {
    background-color: #add8e6; /* Light Blue background color */
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
#logo {
    position: absolute;
    top: 10px; /* Adjust the top position as needed */
    right: 10px; /* Adjust the right position as needed */
}