/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Marvel', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

/* Main Container */
.container {
    position: relative;
    width: 1280px;
    height: 832px;
    background-color: white;
    margin: 0 auto;
}

/* Background Image */
.background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 1280px;
    height: 832px;
    overflow: hidden;
    pointer-events: none;
}

.background-image img {
    position: absolute;
    left: 0;
    top: -2.54%;
    width: 100%;
    height: 102.56%;
    max-width: none;
}

/* Main Title */
.main-title {
    position: absolute;
    left: 219px;
    top: 52px;
    width: 842px;
    height: 66px;
    font-family: 'Marvel', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 75px;
    line-height: normal;
    color: red;
}

/* Vector Elements */
.vector-left-heart {
    position: absolute;
    left: 91px;
    top: 31px;
    width: 142.5px;
    height: 128.5px;
}

.vector-left-heart img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

.vector-right-heart {
    position: absolute;
    left: 1025px;
    top: 38px;
    width: 198.5px;
    height: 138px;
}

.vector-right-heart img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

/* Doctor Images */
.doctor-bottom-left {
    position: absolute;
    left: 0;
    top: 573px;
    width: 690px;
    height: 259px;
    mix-blend-mode: hard-light;
    opacity: 0.8;
    overflow: hidden;
    pointer-events: none;
}

.doctor-bottom-left img {
    position: absolute;
    left: -0.03%;
    top: -20.85%;
    width: 100.06%;
    height: 120.85%;
    max-width: none;
}

.doctor-center {
    position: absolute;
    left: 308px;
    top: 152px;
    width: 663px;
    height: 662px;
    mix-blend-mode: soft-light;
}

.doctor-center img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

/* Test Vector Icon */
.vector-test-icon {
    position: absolute;
    left: 666.5px;
    top: 605px;
    width: 79px;
    height: 44px;
}

.vector-test-icon img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

/* Side Images */
.image-left-side {
    position: absolute;
    left: 33px;
    top: 300px;
    width: 411px;
    height: 273px;
    mix-blend-mode: soft-light;
}

.image-left-side img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.image-right-upper {
    position: absolute;
    left: 797px;
    top: 222px;
    width: 413px;
    height: 278px;
    mix-blend-mode: soft-light;
}

.image-right-upper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.image-right-lower {
    position: absolute;
    left: 797px;
    top: 507px;
    width: 495px;
    height: 324px;
    mix-blend-mode: multiply;
}

.image-right-lower img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

/* Study and Test Text */
.study-text {
    position: absolute;
    left: 587px;
    top: 507px;
    width: 103px;
    height: 66px;
    font-family: 'Marvel', sans-serif;
    font-style: italic;
    font-size: 48px;
    line-height: normal;
    color: white;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.study-text:hover {
    text-decoration: underline;
    transform: scale(1.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.test-text {
    position: absolute;
    left: 601px;
    top: 593px;
    width: 103px;
    height: 66px;
    font-family: 'Marvel', sans-serif;
    font-style: italic;
    font-size: 48px;
    line-height: normal;
    color: red;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.test-text:hover {
    text-decoration: underline;
    transform: scale(1.1);
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

/* Study and Test Vectors */
.vector-study {
    position: absolute;
    left: 522px;
    top: 500px;
    width: 227px;
    height: 70.5px;
}

.vector-study img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

.vector-test {
    position: absolute;
    left: 522px;
    top: 593px;
    width: 86.5px;
    height: 52.5px;
}

.vector-test img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

/* Title Underline Vectors */
.vector-title-underline-1 {
    position: absolute;
    left: 365px;
    top: 85px;
    width: 270.5px;
    height: 97.5px;
}

.vector-title-underline-1 img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

.vector-title-underline-2 {
    position: absolute;
    left: 589.5px;
    top: 39.5px;
    width: 232.5px;
    height: 120px;
}

.vector-title-underline-2 img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

/* Rotated Images */
.rotated-image-1-color-dodge {
    position: absolute;
    left: 443px;
    top: 203px;
    width: 246.548px;
    height: 269.382px;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: color-dodge;
}

.rotated-image-1-color-dodge img {
    width: 174.73px;
    height: 218.2px;
    transform: rotate(23.2deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-2 {
    position: absolute;
    left: 436px;
    top: 182px;
    width: 246.548px;
    height: 269.382px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotated-image-2 img {
    width: 174.73px;
    height: 218.2px;
    transform: rotate(23.2deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-3-color-dodge {
    position: absolute;
    left: 728px;
    top: 306px;
    width: 248.452px;
    height: 224.03px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotated-image-3-color-dodge img {
    width: 203px;
    height: 154px;
    transform: rotate(-24.36deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-4 {
    position: absolute;
    left: 721px;
    top: 296px;
    width: 248.452px;
    height: 224.03px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotated-image-4 img {
    width: 203px;
    height: 154px;
    transform: rotate(-24.36deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-5-color-dodge {
    position: absolute;
    left: 195px;
    top: 393px;
    width: 78px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: color-dodge;
}

.rotated-image-5-color-dodge img {
    width: 107px;
    height: 78px;
    transform: rotate(90deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-6 {
    position: absolute;
    left: 186px;
    top: 387px;
    width: 78px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotated-image-6 img {
    width: 107px;
    height: 78px;
    transform: rotate(90deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-7-color-dodge {
    position: absolute;
    left: 1033px;
    top: 189px;
    width: 138.207px;
    height: 161.123px;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: color-dodge;
}

.rotated-image-7-color-dodge img {
    width: 136px;
    height: 98px;
    transform: rotate(70.24deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.rotated-image-8 {
    position: absolute;
    left: 1015px;
    top: 182px;
    width: 138.207px;
    height: 161.123px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotated-image-8 img {
    width: 136px;
    height: 98px;
    transform: rotate(70.24deg);
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}