.nvbr ul {
    flex-wrap: wrap;
    justify-content: center;
}

.headings{
font-size: 2.5rem;
}


#pic{
    flex-direction: column;
    align-items: center;
}

#pic img{
width:475px;
height: 300px;
}

#intro h2{
    text-align: center;
    padding: 10px;
}

.input{
    width: 60%;
}

#message{
    width:55%;
}

#Submit{
    width: 55%;
}

#skill .skill-cols{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    }

    .resume{
        width: 200px;
    }


    .box {
    border:0.5px solid black;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(to top,rgb(255, 45, 45)50%,white 50%);
    background-size: 100% 200%;
    transition: all .3s;
    }