@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
}

body {
    background-color: #363636;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

article {
    position: relative;
    background-color: white;

    min-width: 20em;
    margin: 1em -0.5em 0em -0.5em;
}

article>* {
    margin-left: 3%;
}

article>p:first-child, article>h3:first-child {
    padding-top: 2em;
}

.lastPChild {
    padding-bottom: 2em;
}

article>p {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.25em;
}

a {
    color: black;
    font-size: 1.25em;
}

p>a {
    font-size: 1em;
}

.bigP {
    font-size: 1.4em;
}

h3 {
    font-size: 1.4em; 
}

h3:first-child {
    margin-top: 0em;
}

.jsLink {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}