html {
    background-color: black;
    margin: 0;
}

body {
    margin: 0;
}

.background {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.contentWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.link8ff {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40.5%;
    margin-left: 70.5%;
    width: 7%;
    height: 4%;
}

.link8ff:hover {
    cursor: pointer;
}

.linkCall {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 52%;
    margin-left: 38%;
    width: 20%;
    height: 1.5%;
}

.linkCall:hover {
    cursor: pointer;
}

.linkEmail {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 55%;
    margin-left: 33%;
    width: 30%;
    height: 1.5%;
}

.linkEmail:hover {
    cursor: pointer;
}