body {
    background-color: white;
    font-family: "Source Code Pro";
    color: black;
}

h1, h2 {
    text-align:center;
    font-weight: normal;
}

p, h3 {
    padding: 0px 10vw;
    font-size: 15pt;
}

a {
    text-decoration: none;
    color: inherit;
}
