@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body,
html {
    background-color: #646464;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-family: 'Work Sans', sans-serif;
    color: white;
    font-size: 3em;
    margin: 0px;
    font-weight: 200;
    text-align: center;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    color: white;
    line-height: 1.25em;

}

p.i {
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
    /* font-size: 20px; */
    /* color: #000000; */
    background-color: none;
    line-height: 120%;
    padding-left: 0px;
    padding-right: 0px;
}

a {
    font-family: 'Work Sans', sans-serif;
    /* font-size: 1.75em; */
    color: cyan;
    background-color: none;
    text-decoration: none;
    font-weight: bold;

}

.firstcharacter {
    color: cyan;
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.headerPic {
    width: 75%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
}

div {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid red; */
}

.workDiv {
    padding: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.red {
    background-color: black;
}

.foia {
    color: white;
    background-color: black;
}

.bold {
    font-weight: 700;
}