
h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2.5em;
    color: #9068be;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.5;
    background-color: #e1e8f0;
    font-size: 15px;
}

main {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px;
    box-shadow: 2px 2px 5px #a188be;
}


b {
    text-shadow: 1px 1px #6ed3cf;
    font-size: 1.1rem;
}


strong {
    text-shadow: #6ed3cf;
    font-size: larger;
}

li {
    border-bottom: #e62739 1px solid;
}

hr {
    max-width: 1060px;
    height: 10px;
    background-color: #9068be;
    border-bottom: dotted 20px #6ed3cf;
    margin-bottom: 50px;
}


main,
footer,
header {
    max-width: 960px;
    margin:0 auto 40px auto;
}



footer,
header {
    background-color:
    #E1e8f0;
    padding:40px;
    box-shadow: -1px -1px 5px #a188be;
}

footer {
    font-variant: small-caps;
    font-size: smaller;
}
