/*CSS Document used for the Web Project 1 assignment
Author: Lydia Cudini
Course: ITWP1000
File: stylesforproject.CSS
*/

body{
    background-color:lightgreen;
    color:darkgreen;
    font-family: Arial, sans-serif;
    margin: 10px;
    text-align: center;
    }

    iframe{
        border: none;
    }

    .green-line {
        border: none;
        height: 2px;
        background-color: darkgreen;
    }


    header{
        text-align:center;
    }

    h1{
        font-size: 2.5em;
    }


    nav{text-align:center;
     }

     h2{text-align:center;
        font-size: 1.5em;
    }

    footer{
        text-align:center;
    }

    .citation{
        font-size:16px;
    }

    .contact{
        font-size:16px;
    }

    .disclaimer{
        font-size:18px;
        font-weight:bold;
    }

    .credits{
        font-size:12px;
        font-style:italic;
    }