footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;

}

span {

    margin-bottom: 20px;

}

body {

    background-image: url("../img/background-min.jpg");

    color: white;

}

h4 {
    color: #bdbdbd;
}

img {

    width: 24px;
    height: 24px;
    margin: 10px;

}

a,
a:hover {

    color: transparent;

}