/*
Author: David Adigun
Date: 04/04/2025
File Name: styles08.css
*/

/* Style for body specifies a background odor */
body {
    background: linear-gradient:(to top right, #fff 0%, #6699ff 100%) no-repeat fixed center;
    font-family: Geneva, Arial, sans-serif;
}

/* Style for the container element */
#container {
    width: 90%;
    margin: 0 auto;
}

/* Style rules for form elements */


/* Style for the footer element */
footer {
    font-size: .9em;
    text-align: center;
}

/* Media query for tablet layout */
@media only screen and (min-width: 600px) {
    
    
}