

.aboutme {
    color: white;
    font-family: century gothic;
}

.aboutme h1 {
    font-size: 25px;
    text-align: center;
    padding-right: 90px;
    background-color: green;
    border-bottom: 5px solid black;
    text-transform: uppercase;
}

.aboutme h2 {
    margin-top: 1em;
    text-align: center;
}

.aboutme p { 
    margin-top: 1em;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-right: 4em;
    margin-left: 4em;
}

a {
    color:chartreuse;
}