/* Move the styles from the <style> section to styles.css */
body {
    font-family: Arial, sans-serif;

}
  
header {
    background-color: #ffffff;

}

#banner_text {
    position: absolute;
    top: 10px;
    left: 340px;
}
    
  