body {
    background-color: #0F0F0F;
    height: 100%;
    margin: auto;
}

.background {
    background-color: red;
    height: 100%;
    margin: auto;
}

.body {
    background-color: #0F0F0F;
    max-width: 1920px;
    margin: auto;
    height: 100%;
}

.headerButtons {
    background-color: #1C1C1C;
    width: 19.05%;
    height: 42px;
    border: 1px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    padding: 3%;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
    cursor: auto;
}

a:hover {
    color:purple;
    cursor: pointer;
}

.introyIntroduction {
    color: white;
    margin-top: 10%;
}

.h1 {
    font-size: 96px;
}

.h2 {
    font-size: 96px;
    font-style: italic;
}

.imgQuote {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introductionQuote {
    padding-left: 3%;
    line-height: 18.3px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    float: left;
}

img {
    height: 270px;
    width: 200;
}

.workWithUs {
    color: black;
    height: 50px;
    width: 181px;
    background-color: white;
    border-radius: 18px;
    text-decoration: none;
    margin-left: 3%;
    float: left;
}

.workWithUs:link, .workWithUs:visited {
    color: black;
}

.workWithUs:hover {
    color: blue;
    cursor: pointer;
}