main > .container {
    padding: 60px 15px 0;
}

.bg-logo {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("../images/wtfpl-logo-c20L-_h.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.list-group-item a {
    color: blue;
}

.list-group-item a:visited {
    color: cornflowerblue;
}
