
h1,h2,p,ul,footer {
    color: pink;
}

h1{
    text-align:center ; font-size: 300%;font-family: 'Times New Roman';
}

p{
    margin-left: 2%;margin-right: 2%; text-indent: 20px;
}

h2{
    text-indent: 25px;
}

img{
    display: block;margin: auto;
}

body{
    background-color: #856;
}

a:link{
    color: #523;
    text-decoration: underline;
}

a:visited{
    color: #634;
    text-decoration:none ;
}

a:hover, a:active{
    background-color: #634;
    color: #856;
    padding: 3px 3px;
    text-decoration: underline;
}