body {
    margin: 0px;
    font-family: Heebo;
    overflow-x: hidden;
}

.background {
    left: 0;
    top: 0;
    position: absolute;
    width: 100vw;
    height: 48.5vw;
    background-image: url(../images/desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}

.background1 {
    left: 0;
    top: 0;
    position: absolute;
    width: 100vw;
    height: 48.5vw;
    background-image: url(../images/desktop.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.credit {
    position: absolute;
    top: 46vw;
    left: 0;
    width: 100vw;
    height: 2.6vw;
    z-index: 5;
}


.link {
    position: absolute;
    top: 22vw;
    width: 14.2vw;
    height: 16vw;
    z-index: 3;
}

.link1 {
    left: 34vw;
}

.link2 {
    left: 19.2vw;
}

.link3 {
    left: 4.6vw;
}

.white-logo{
    position: absolute;
    top: 38.6vw;
    left: 1.7vw;
    width: 14vw;
    z-index:99;
}