:root {
   --text1: #efdaee;
   --main-bg: #1a181d;
}

html, body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100vh;
   font-family: 'Google Sans Flex';
}
body{
   background-color: var(--main-bg);
   scroll-behavior: smooth;
   cursor: default;
}
a{
    text-decoration: none;
    color:#f7acff;
}


.littleline1{
    position: absolute;
    top: 90px;
    height: 1px;
    width: 100%;
    background-color: #2f2c30;
}
.littleline2{
    position: absolute;
    left: 2vw;
    height: 91vh;
    width: 1px;

    background-color: #2f2c30;
}
.littleline3{
    position: absolute;
    right: 2vw;
    height: 91vh;
    width: 0px;
    border-left: 5px dashed #c507b51c;
    background-color: #2f2c3000;
}
.littleline5{
    position: absolute;
    right: 7vw;
    height: 91vh;
    width: 1px;
    background-color: #2f2c30;
}
.littleline6{
    position: absolute;
    left: 7vw;
    height: 91vh;
    width: 1px;
    border-left: 3px dashed #d94a0d1c;

    background-color: #2f2c3000;
}
.littleline4{
    position: absolute;
    bottom: 40px;
    height: 1px;
    width: 100%;
    background-color: #2f2c30;
}


.NAVBAR{
    top: 0; left: 0; right: 0;
    position: relative;
    width: 100vw;

    background-color: var(--main-bg);
    border-bottom: 2px dashed #b971142d;
    
}

.INTLINKS{
    padding: 24px;
    gap: 40px;
    display: flex;
    width: 90%;
    margin: auto;
}

.TOPLINK{
    font-size: 15px;
    color: #f7acff;
    cursor: default;
    text-decoration: none;
    margin-left: 2vw;
}
.TOPLINK:hover{
    color: #bde0eb
}
.logo-link{
    height: 20px;
    width: 40px;
    margin-left: 32px;
}


.MAINFEAT{
    justify-content: center;
    width: 66%;
    margin: 6vw auto;
}

.MAINFEAT h1{
    color: var(--text1);
    margin-bottom: 40px;
    font-weight: 540;


}
.MAINFEAT p{
    color: #bab5c2;
    line-height: 24px;
    font-size: 18px;
    font-weight: 340;
}
.MAINFEAT p a:hover{
    color:  #bde0eb;
    cursor: default;
}

.skills-row{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}

.skills-row svg{
    height: 30px;
    width: auto;
    margin-top: -18px;
}

.APPLINKS{
    gap: 60px;
    display: flex;
}


.WES_ANATOMY{
    margin-top:30px;
    margin-bottom: 30px;
}
.WES_ANATOMY a{
   cursor: default;

   color: #f7acff;
   font-size: 30px;
   display: flex;
   align-items: center;
   gap: 10px;
}
.WES_ANATOMY a:hover{
    color: #bde0eb;
}


.bottom-links{
    width: 70%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.mylinks svg{
    height: 34px;
    width: auto;
}
.mylinks{
   cursor: default;

    transition: all 0.3s;

}
.mylinks:hover{
    color: #bde0eb;
}

footer {border-top: 2px dashed #0676ff27;
    padding-top: 8px;
    border-bottom: 3px dashed #20c81418;
}
.superwrap{
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    width: 67%;
    margin: auto;
}