html {
    background-color: #333333;
}

h1 {
    color: white;
    font-size: 2.5em;
    font-family: "Source Serif Pro Semibold";
}

h2 {
    color: white;
    font-size: 1.7em;
    font-family: "Source Serif Pro Semibold";
    margin-left: 1%;

}

.h2p {
    margin-left: 3%;
}

p {
    color: white;
    font-size: 1.2em;
    font-family: "Source Serif Pro";
    margin-left: 2%;
}

p span::after {
    content: "\A";
    white-space: pre;
}

.gcuContainer {
    margin-left: 1%;
    margin-top: 3%;
    margin-bottom: 3%;
}