body {
    margin: 0;
    padding: 0;
    background: black;
    color: #fc5866;
    user-select: none;
}

h1 {
    font-size: 2.75rem;
    font-weight: bolder;
    text-align: center;
    margin: 0;
    font-family: 'Product Sans', sans-serif;
    padding: 0;
    color: #ededed;
    text-decoration: underline;
}

div {
    margin-left: 5rem;
}

code,
pre {
    margin-right: 3.06em;
    overflow: hidden;
    user-select: text;
}

span#reqType {
    color: plum;
    padding-left: .5rem;
    padding-right: .5rem;
}

h2 {
    font-weight: bold;
    color: white;
    font-size: 4rem;
    font-family: 'Product Sans', sans-serif;
}

a,
a:active {
    color: rgb(126, 223, 223);
    text-decoration: none;
    font-size: 1.5em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

ul {
    list-style: none;
}

li:before {
    content: "•";
    font-size: 175%;
    padding-right: 1.5rem;
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    font-size: 1.5rem;
    text-align: center;
    color: #ededed;
    font-family: 'Product Sans', sans-serif;
}

code::selection,
code span::selection {
    background: rgba(186, 255, 255, 0.253);
}

.fileName {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Product Sans', sans-serif;
    background-color: #282b2e;
    margin-right: 5rem;
    margin-left: 0;
    margin-top: .5rem;
    padding-top: 5px;
    color: palegreen;
}

pre {
    margin-top: 0;
}

button {
    background: #2e2e2e;
    color: whitesmoke;
    border: none;
    border-radius: 2.5px;
    padding: .5rem;
    font-size: 1rem;
    font-family: 'Product Sans', sans-serif;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

* {
    font-family: Roboto;
}

section {
    width: 100%;
    display: inline-block;
    background: #ccc;
    height: 60vh;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    text-decoration: underline;
}

.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 45px 50px;
}

.footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 14px;
    margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px;
    padding: 0;
    transition: ease .25s;
}

.footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
}

.footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

.footer-distributed .footer-right {
    float: right;
    margin-top: 6px;
    max-width: 180px;
}

.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition: all .25s;
}

.footer-distributed .footer-right a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
    text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {

    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        text-align: center;
    }

    .footer-distributed .footer-right {
        float: none;
        margin: 0 auto 20px;
    }

    .footer-distributed .footer-left p.footer-links {
        line-height: 1.8;
    }
}