/*Colors*/
/*darkgrey #333A42*/
/*grey #485058*/
/*lightgrey #A6A5A1*/
/*beige #F1ECE9*/
/*Red #D7443F*/


/*THIS IS MY COMMENT*/
/*Hello World*/
/*{ background-color: red; }*/

.title {
    
    color: #333A42
}
/*Body*/
body {background-color: 
    #c7cdcd}

body, html {
    height: 100%;
}

/*List Tags*/
ul { color: #983129; list-style: circle; font-style: italic; display: inline-block;
    
}

/*Anchor Tags*/
a{ display: inline-block
    
    
}

.selfie { height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/*Header Tags*/
h1{ font-family: 'Shadows Into Light', cursive;
    color: #333A42;
    font-size: 60px;
    text-align: center
    
}

h2{ text-align: center;
    font-family: 'Shadows Into Light', cursive;
    color: #333A42;background-color: #F1ECE9;
    font-size: 30px;}
h3 { font-family: 'Shadows Into Light', cursive;
    text-align: center;
}

h4 { font-family: 'Shadows Into Light', cursive;
    text-align: center;
}
/*Paragraph Tag*/
p { color: #485058; font-family: 'Shadows Into Light', cursive;}



/*Header Tag*/
header {background-color: #F1ECE9; }

/*Nav Tag*/
nav {font-family:fantasy;}

/*Main Tag*/
main {}

/*Footer Tag*/
footer {}
li{
    float: left;
}


.copy {float: right}