.wrapper {
    max-width: 780px;
    margin: auto;
    margin-top: 12vh;
    font-family: 'Helvetica Neue'
}

.links {
    text-align: right;
    color: white;
    font-weight: 400;
}
body {
    background: black;
    color: white;
}

.links ul {
    list-style: none;
}
.ig{
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 20px;
    font-size: 12px;
}

.links li {
    list-style: none;
    margin-bottom: 7px;
    font-size: 14px;
}
.col-6.left {
    font-weight: 700;
    text-align: right;
}



a {
    color: white;
    text-transform: lowercase;
}

.col-12.song {margin-bottom: 3vh;}