header{
    box-shadow: 0 1 10px cornflowerblue;
    margin-top: 40px;
    -webkit-margin-bottom-collapse: 40px;
    width: 50;
    letter-spacing: 1px;
    font-family: sans-serif;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

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

}

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



img{
    width: 600px;
}



b {
    text-shadow: 0px 0px 12px rgb(81, 243, 189);
    font-weight: normal;
}

strong {
    text-shadow: 0px 0px 12px rgb(81, 243, 189);
}

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

ol li{border-bottom: 1px;
}

body {
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5;
    font-size: 1.1em;
}

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

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

    h1 {
        font-family: 'Merriweather', serif;
        font-size: 2.5em;
        color: #9068be;}