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: 23%;
    margin-left: 43%;
    width: 18%;
    height: 12%;
    border-radius: 30%;
}

.link8ff:hover {
    cursor: pointer;
}

.linkMarlinway {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20%;
    margin-left: 34%;
    width: 8%;
    height: 4%;
}

.linkMarlinway:hover {
    cursor: pointer;
}