body {
    /* width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
   */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 5vh;

    background-image: url("./permanant.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.name {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 50vh;
    /* padding: 250px 0;
    text-align: center; */
    font-size: 3vw;
    color: rgb(102, 75, 147);
    border: 0.1vw dotted rgb(20, 4, 45);
    font-weight: 400;
    

    color: #9797c9;
    text-shadow:
        0 0 7px #fff,
        0 0 10px #fff,
        0 0 21px #fff,
        0 0 42px #0fa,
        0 0 82px #0fa,
        0 0 92px #0fa,
        0 0 102px #0fa,
        0 0 151px #0fa;

    background-image: url("./name.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.div {
    display: flex;
    box-sizing: border-box;
    width: 50%;
    /* height: min-content; */
    min-height: fit-content;
    /* height: 100%; */
    background-size: cover;
    border: #0fa solid;
    margin: 1vw;
    flex-direction: column;

}

.sections {
    /* width: 90vh;; */
    size-adjust: auto;
    display: flex;
    box-sizing: border-box;
    padding: 1.75vw;
    margin-top: 3vw;
    border: 0.7vw;
    border-style: outset;
}

.statements {
    padding-left: 1rem;
    /* padding: 0; */
    color: white;
    font-size: 1vw;
}

#heading {
    color: azure;
    font-size: 3vw;
    padding-left: 3vw;
}

.contacts {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 60px;
    border: 10px;
    border-bottom: 0px;
    border-style: outset;
    background-color: black;
    color: white;
}

.second {
    display: flex;
    flex-direction: row;
    word-wrap: normal;
}

.first {
    font-size: 1.5vw;
    border-bottom: solid white 0.2vw;
}

.cont {
    width: 50%;
    padding: 1vw;
    font-size: 1vw;
    justify-content: center;
}

.logo {
    max-width: 40px;
    max-height: 40px;
}

.sideimg {
    display: flex;
    width: 100%;
    height: 100%;
    size: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

#code_img {
    background-image: url("coding.jpg");
    background-repeat: no-repeat;
}

#edu_img {
    background-image: url("education.jpg");
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-size: cover;
}

a:hover {
    font-size: 2vw;
}

a {
    color: whitesmoke;
}

#profiles {
    display: flex;
    box-sizing: border-box;
    /* height: 35vh; */
    /* margin: vw;; */
    /* width: fit-content; */
    flex: 1 1 0;
    width: 0;
    /* display: inline-block; */
    /* margin-left: 1.05vw; */
}