.center {
    text-align: center;
}

.small-padding-bottom {
    padding-bottom: 2em;
}

.content {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

.underline {
    text-decoration: underline;
} 

.header-alt {
    font-style: oblique;
    font-weight: 700;
}


.header {
    font-weight: 800;
    font-size: 4em; 
    padding: 2%;
}

.links {
    padding: 1.2em;
}

.description {

    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0%;
    padding-bottom: 0%;

}

.email {
    padding: 0.5%;
    font-size: 0.8em; 
    font-style: oblique;
}