@charset "UTF-8";

body {
    background-color: lavender;
    margin: 0 10%;
    text-align: center;
    font-family: "Raleway", sans-serif;
}

  
.centered-list {
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1 {
font-family: "Shadows Into Light", sans-serif;
font-size: xx-large;
text-align: center;
font-weight: normal;
text-transform: uppercase;
color: darkorchid;
border-bottom: 1px solid darkorchid; 
margin-top: 30px;
}

h2 {
    color: darkorchid;
    font-size: 1em;
    font-family: "Raleway", sans-serif;
}

footer{
    border-top: 1px solid darkorchid;
    text-align: center;
    padding-top: 1em;
}

footer img{

    width: 40px;
    height: 40px;
    margin-left: .5em;
    margin-right: .5em;
}

a:link {
    color: darkorchid;
}

a:visited {
    color: #b061c1;
}

a:focus, a:hover {
    color: #c700f2;
    
}

  

