
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.5em;
}

p {
    font-weight: 300;
    font-size: 1em;
}

p.subtitle {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 25px;
    font-size: 1.25em;
}

.centered {
    width: 75%;
    margin: auto;
    text-align: center;
}

div.centered {
    padding-top: 10%;
}
