h1 {
	font: 400 2.5rem Rockwell, serif;
    border-top: 5px dotted #1b1b1b;
    padding-top: 20px;
    margin-bottom: -20px;
    text-align: center;
     
	}

h2 {
    color: #1b1b1b;
    border-top: 5px dotted #1b1b1b;
    padding-top: 20px;
    
	}
h3{
    margin-bottom: -10px;
    
}

p.about-me{
        margin-top: -12px;
}


ul.short-list {
    margin-top: -12px;
}
body {
    font: 400 1rem Courier New, serif;
    color: #1b1b1b;
    background-color: #c45fa8;
    background-image: url(images/background.jpg);
    background-position: center;
    background-size: 65rem;
    background-attachment: fixed;
    margin-top: 10rem;
    margin-bottom: 10rem;
    margin-left: 20rem;
    margin-right: 20rem;

 #wrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: url(images/paper.jpg);
    }

}

a { 
    color: #c45fa8;
    }

p.toc{
    text-align: center;
    margin: 30px auto;
}


footer {
     border-top: 5px dotted #1b1b1b;
     border-bottom: 5px dotted #1b1b1b;
     margin-bottom: 30px;

}

