#background {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    object-position: center;
    object-fit: cover;
}

/* Page Content Start */

#page-content {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    font-family: "SF Pro Display";
}

#page-content #left-page {
    margin-top: 6.25vw;
    width: 50%;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#left-page #left-page-title {
    font-size: 5.1563vw;
    width: 27.6563vw;
}

#sign-up-button-container {
    margin-top: 1.5625vw;
    display: flex;
    justify-content: start;
    width: 25.4167vw;
}

#sign-up-button-container #sign-up-button {
    width: 29.4444vh;
    height: 5.5556vh;

    border-radius: .7292vw;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(.625vw);

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 1.0417vw;
    font-family: "SF Pro Rounded";
}

#d3model {
    position: absolute;
    top: 0;
    right: 5.2646vw;

    width: 78.1481vh;
    height: 100vh;

    pointer-events: none;

    background-image: url(img/3dmodel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

/* Page Content End */