a {
    color: #3498db;
    font-size: 22px;
    margin-right: 40px;
}

body {
    background: #f5f5f5;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0% 5% 2% 8%;
}

li {
    font-size: 14px;
    color: #424242;
    text-align: left;
    line-height: 0.9;
}

li::before {
    content: "\002022  ";
    color: #2275b4;
    font-size: 20px;
    position: relative;
    top: 1.5px;
}

p.date {
    font-size: 12px;
    color: #424242;
    text-align: left;
    padding-left: 15px;
    margin-top: -15px;
    margin-bottom: 20px;
}

p.header {
    font-size: 28px;
    font-weight: 300;
    color: #424242;
    text-align: left;
}

p.link {
    margin-top: 30px;
}

p.list {
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    text-align: left;
}

p.version {
    font-size: 22px;
    font-weight: bold;
    color: #3498db;
    text-align: left;
    margin-top: 40px;
}

ul {
    list-style: none;
    margin-top: -15px;
    margin-bottom: -5px;
}
