body{
background-color: antiquewhite;

}
.hero{
    background: linear-gradient(#4e54c8 ,#151a72 );
    color:#fff;
    text-align: center;
    padding:80px 0;
}
.hero img{
width: 150px;
height: 160px;
border:3px solid white;



}
.skill-box{

background-color: whitesmoke;
padding: 20px;
border-radius: 10px;
margin: 10px 0;
transition: 0.2s;
}

.skill-box:hover{
background-color: #151a72;
color: #fff;
}
