#bigScreen_me {
    background-color: #E8E8E8;
    height: 87vh;
    width: 100vw;
    border-radius: 0 0 32px 32px;

    background-image: url(/static/elements/backdrop_plusIcon.svg);
    background-repeat: no-repeat;
    background-position: -250px 40px;

    background-size: 100%;
    overflow: hidden;
}

markie {
    display: inline;
    color: #6E8DC9;
    /* outline: #5e7bb5 dashed 1px; */
    -webkit-text-stroke: 1px #637cae;
    font-weight: 500;
    font-style: normal;
}


#about-me-text {
    color: #545454;
    font-size: 8vh;
    font-weight: 400;
}

#about-me-pointer {
    /* position: absolute; */
    z-index: 5;
    width: 12vh;
    top: 0;
    right: 0
    
}

#about-me-img {
    width: 260px;
    height: 220px;
}

#not-me {
    color: #2a2a2a;
    font-size: medium;
    line-height: 1;
    font-weight: 500;
}

#not-me span {
    position: absolute;
    color: #6E8DC9;
    font-size: 100px;
    font-weight: bold;
    transform: translate(-15%, -45%);
}

.blob {
    width: 100%;
    height: 100%;
    background-image: url(/static/elements/mii-highres.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32% 68% 62% 38% / 43% 29% 71% 57%;
    outline: #6E8DC9 solid 2vh;
}

#aboutme-treeList {
    position: absolute;
    scale: 0.6;
    left: 0;
    top: 0;
    transform: translate(-61%, -26%);
    /* width: 20%; */
    
}
.aboutme-nums {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.aboutme-nums svg {
    scale: 0.8;
    transform: translateY(-5px);
}
#aboutme-treeMentioned {
    display: block;
    line-height: 1.4;
    margin-left: 9vh;
}
#aboutme-treeMentioned > p {
    font-size: medium;
    font-weight: 400;
}
#aboutme-treeMentioned > p > span {
    font-size: small;
    font-weight: 200;

}

#about-me-full-detail {
    margin-top: 8px;
    font-weight: 300;
    font-style: italic;
    font-size:medium;
    line-height: 1;
}

#about-me-contact-links > img {
    width: 48px;
    border-radius: 68% 32% 70% 30% / 41% 66% 34% 59% ;
    outline: #6E8DC9 solid 5px;
    background-color: white;
}
#about-me-contact-links > img:hover {
    cursor: pointer;
}

#about-me-tech-stack > img {
    width: 40px;
    border-radius: 48% 52% 18% 82% / 67% 51% 49% 33% ;
    outline: #6E8DC9 solid 3px;
    background-color: white;
}

#__photo-and-contactinfo {
    scale: 1;
    column-gap: 1rem;
}
#not-me {
    transform: translateX(5vh)
}

@media only screen and (max-width: 640px) {
    #theWholeHomeScreen {
        overflow: scroll;
        scrollbar-color: #6E8DC9;
    }
    
    #about-me-text {
        font-size: 52px;
        line-height: 1;
    }
    #about-me-pointer {
        transform: translate(60%, -10%);
    }
    #_photo-and-fulldetail {
        flex-direction: column;
    }
    #about-me-img {
        scale: 1.25;
    }
    #not-me {
        transform: translateX(90%);
    }
    #about-me-contact-info {
        margin-top: 20px;
    }
    #_aboutme-full-detail {
        width: 100%;
    }
    #about-me_short-list {
        font-size: 76%;
    }
    #aboutme-treeMentioned {
        margin-left: 6vh;
    }
    #about-me-full-detail {
        font-size: 18px;
        margin-top: 12px;
    }
    #aboutme-treeList {
        scale: 0.6;
    }
    #aboutme-treeMentioned {
        font-size: 60%;
    }
    #special_outline {
        height: 120vh;
        width: 98vw
    }
    #not-me {
        transform: translate(80%, 50%);
    }
    #notNormal_techStack {
        display: flex;
    }
    #normal_techStack {
        display: none;
    }

}
@media only screen and (min-width: 640px) { /* lol... */
    .blob {
        background-image: url(/static/elements/mii-lowres.png);
    }

    #about-me-text {
        font-size: 58px;
        line-height: 1;
    }
    #about-me-pointer {
        transform: translate(0%, -30%);
    }
    #not-me {
        transform: translate(80%, 50%);
    }
    #about-me_short-list {
        font-size: 12px;
    }
    #aboutme-treeMentioned {
        margin-left: 5vh;
    }
    #about-me-full-detail {
        font-size: 1.8vh;
        margin-top: 7%;
    } 
    normal_techStack {
        scale: 2;
    }

    #notNormal_techStack {
        display: none;
    }
    #normal_techStack {
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    #about-me-text {
        font-size: 58px;
    }
    #about-me-pointer {
        transform: translate(10%, 40%);
    }
    #about-me-img {
        scale: 90%;
    }
    #not-me {
        transform: translate(50%, 0%);
    }
    #about-me_short-list {
        font-size: 90%;
    }
    #aboutme-treeMentioned {
        margin-left: 12%;
    }
    #about-me-full-detail {
        font-size: 100%;
        margin-top: 10px;
    }    
    #normal_techStack {
        scale: 0.7;
    }
    #notNormal_techStack {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .blob {
        background-image: url(/static/elements/mii-midres.png);
    }

    #about-me-text {
        font-size: 69px;
    }

    #about-me-pointer {
        scale: 1;
        transform: translate(22%, 10%);
    }
    #about-me_short-list > svg {
        scale: 1.1;
    }
    
    #aboutme-treeMentioned {
        margin-left: 10%;
    }
    #aboutme-treeMentioned > p {
        font-size: 24px;
    }
    #aboutme-treeMentioned > p > span {
        font-size: 16px;
    }
    #aboutme-treeList > svg {
        scale: 1.1;
        transform: translateY(10%);
    }
    #__photo-and-contactinfo {
        column-gap: 5px;
        scale: 70%;
    }

    #about-me-full-detail {
        font-size: 100%
    }
    #normal_techStack {
        scale: 85%;
    }
}
@media only screen and (min-width:1536px) {
    .blob {
        background-image: url(/static/elements/mii-highres.png);
    }

    #about-me_short-list > svg {
        scale: 1.2;
    }
    #aboutme-treeList > svg {
        scale: 1.1;
        transform: translateY(12%);
    }
    #aboutme-treeMentioned {
        margin-left: 6vh;
    }
    #aboutme-treeMentioned > p {
        font-size: 24px;
    }
    #aboutme-treeMentioned > p > span {
        font-size: 16px;
    }
    #_photo-and-fulldetail {
        height: 80%;
    }
    #__photo-and-contactinfo {
        scale: 1.03;
    }

    #about-me-full-detail {
        font-size: 30px;
    }
    #normal_techStack {
        scale: 1.3;
    }
}