/* .nav-items{
    display:flex;
    justify-content: flex-end;
} */
html{
    scroll-behavior: smooth;
}

.profile-img{
    width:35em;
    border-radius: 50%;
    padding:2em;
    border:inset;
    margin-top:1rem;
    margin-bottom:1rem;
    border-color: rgb(128, 25, 25);
}
.part1{
    border-bottom:outset;
}

.skills{
    border-bottom:outset;
}

.portfolio{
        border-bottom:outset;
        

}
.card{
    height:22em;
}
.portfolio a{
    text-decoration: none;
}

.portfolio img{
    overflow: hidden;
}

/* .part1{
    display:flex;
    justify-content: flex-end;
    align-items: center;
} */
/* 
.title p{
    overflow:hidden;
    border-right:.5m solid orange;
    white-space:wrap;
    margin:0 auto;
    letter-spacing:.1em;
    animation: typing 3.6s steps(30,end), blink-caret .5s step-end infinite;
}

@keyframes typing{
    from{width:0%}
    to{width:100%}
}

@keyframes blink-caret{
from, to{border-color:transparent}
50%{border-color:black;}
} */
