/*
	.......................................................
	-----------  _   _   _   _   _   _ --------My-----------
    ----------- / \ / \ / \ / \ / \ / \ -------Morning------
    -----------( c | o | f | f | e | e )-------Ritual!!-----
    ------------\_/ \_/ \_/ \_/ \_/ \_/ --------------------
    --------------------------------------------------------
    ......................................................*/


    /*index.html*/
   
body{background-color:lightsteelblue;}
nav{border-bottom:0.5vw dotted gray;}
li{display: inline-block; width: 10vw; float: center; margin-left: 3.2vw; margin-top: 5vw;
    margin-bottom: 2.3vw; list-style: none;  font-size: 1.7em;}
    a{text-decoration:none;}
    a:link{text-decoration: none; color: black;}
    a:visited{text-decoration: none;color:#4169E1;}
    a:hover{color:black; text-decoration: underline;}

    /* exercise #1 */
    h1.e{text-align: center; margin-top: 20vh;}
      
    /* project 1 */
        
    h1{text-align: center;text-decoration-line: underline;margin-top: 40px;}
    h2{margin-left:70px;}

    /* project 2 */
    img{width:40vw;display: block;margin-right: auto; margin-left: 30vw; margin-top: 15vh;}
    h1.sitemap{ margin-top: 15vh; font-size: 3.3em; }

    