body {
    background-color: #343434;
    color: #FFFFFF;
    max-width: 650px;
    padding: 0px 10px;
    margin: 40px auto;
    font-family: "Quicksand";
    font-weight: 300;
}

center {
    margin: 40px 0;
}

h1 {
    font-size: 20px;
    line-height: 26px;
}

p {
    font-size: 16px;
}

a {
    color: #4c9eff;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    color: #48bce0;
    font-weight: 400;
}

ul {
    list-style-type: none;
}

li::before {
    content: "- ";
    line-height: 1.3;
}

.small {
    font-size: 12px;
}