
body { 
    background-image: url("/images/Fred-Mitchell-IBMi-iSeries-AS400-RPG-EDI-JBA-System21-Developer-Freelance-Contractor-background.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    height: 500px;
    background-position: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

H1 {
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
    font-weight: normal;
}

p {
    text-align: justify;
    text-justify: inter-word;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
}
.copyright {
    text-align: center;
    font-style: italic;
    font-size: 10px;
    line-height: 10px;
}
.textheader {
    text-align: center;
    font-style: italic;
    text-decoration: underline;
}

.contact {
    text-align: center;
}

.social {
    text-align: center;
}