html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fafbfc;
    color: #24292e;
}

h1,
h2 {
    border-bottom: 1px solid #707070;
    text-transform: uppercase;
}

h1 {
    font-size: 26px;
}

ul {
    padding: 0;
    list-style-position: inside;
}

ul li {
    margin: 5px 0;
}

a {
    color: #0053b0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.about {
    padding: 8px;
}

.about h1 {
    margin: 20px 0;
    border-bottom: none;
    text-transform: none;
    font-size: 45px;
}

.about ul {
    list-style: none;
    margin: 10px 0;
}
