.purple{
    color: #e228eb;
}
.text-grey{
    color: grey;
}
.vertical-title{
    width: 150px;
    position: relative;
    top: 18vh;
    left: -54px;
}
.vertical-desc{
    position: relative;
    top: 20vh;
    color: grey;
    width: 150px;
    font-size: 9px;
    left: -55px;
}
.image-top{
    width: 23px;
    position: relative;
    top: -36px;
    left: -9px;
}
.possition{
    position: relative;
    top: 44px;
}
.top-50px{
    position: relative;
    top: 55px;
}
.font-size{
    font-size: 13px;
}
.margine{
    margin: 12px 52px;
}
.text-center{
    text-align: center;
}
.width-100{
    width: 100%;
}
#navigation{
    height: 40px;
    width: 100px;
    background-color: #000021;
}
.background{
    background: rgba(0, 0, 0, 0.7) url('../images/bg2.jpg');
    background-size: cover;
    background-blend-mode: darken;
}
#typewriter{
    color: #e228eb;
    font-weight: bold
}
#cursor{
    color: #e228eb;
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{
        opacity: 100%;
    }
    50%{
        opacity: 0%;
    }
}
.icon-image{
    height: 40%;
    width: 40%;
}
.headingdiv{
    width: 100%;
    font-size: 1.5rem;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.project-image{
    height: 95%;
    width: 100%;
    border: 2px solid #9494c7;
    border-radius: 50px;
}
nav .burger{
    height: 36px;
    width: 64px;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    position: absolute;
    left: 10px;
}

.burger .lines{
    width: 70%;
    height: 5%;
    background-color: rgb(169, 169, 197);
    margin: 11% auto;
}

.v-class-resp{
    left: -100vw;
}