.svg-envelope {
    background: url("sprites.svg") 0 0 no-repeat;
}

.svg-envelope-dims {
    width: 2000px;
    height: 2000px;
}

.svg-folder {
    background: url("sprites.svg") 33.333333333333336% 0 no-repeat;
}

.svg-folder-dims {
    width: 2000px;
    height: 2000px;
}

.svg-gameoflife {
    background: url("sprites.svg") 0 50% no-repeat;
}

.svg-gameoflife-dims {
    width: 2000px;
    height: 2000px;
}

.svg-github {
    background: url("sprites.svg") 33.333333333333336% 50% no-repeat;
}

.svg-github-dims {
    width: 2000px;
    height: 2000px;
}

.svg-hackster {
    background: url("sprites.svg") 66.66666666666667% 0 no-repeat;
}

.svg-hackster-dims {
    width: 2000px;
    height: 2000px;
}

.svg-home {
    background: url("sprites.svg") 66.66666666666667% 50% no-repeat;
}

.svg-home-dims {
    width: 2000px;
    height: 2000px;
}

.svg-linkedin {
    background: url("sprites.svg") 0 100% no-repeat;
}

.svg-linkedin-dims {
    width: 2000px;
    height: 2000px;
}

.svg-mastodon {
    background: url("sprites.svg") 33.333333333333336% 100% no-repeat;
}

.svg-mastodon-dims {
    width: 2000px;
    height: 2000px;
}

.svg-printables {
    background: url("sprites.svg") 66.66666666666667% 100% no-repeat;
}

.svg-printables-dims {
    width: 2000px;
    height: 2000px;
}

.svg-rss {
    background: url("sprites.svg") 100% 0 no-repeat;
}

.svg-rss-dims {
    width: 2000px;
    height: 2000px;
}

.svg-twitter {
    background: url("sprites.svg") 100% 50% no-repeat;
}

.svg-twitter-dims {
    width: 2000px;
    height: 2000px;
}

.svg-youtube {
    background: url("sprites.svg") 100% 100% no-repeat;
}

.svg-youtube-dims {
    width: 2000px;
    height: 2000px;
}

