*{
    margin: 0;
    padding: 0;
}

body{
    background-color: rgb(0, 0, 32);
    color: white;
    font-family: 'Poppins', sans-serif;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    background-color:rgb(3, 3, 48) ;
}
nav ul{
    display: flex;
    justify-content: center;
}
nav ul li{
    list-style: none;
    margin: 0  23px;
}
nav ul li a{
    text-decoration: none;
    color: white;
}
nav ul li a:hover{
    color:rgb(121, 121, 143);
    font-size: 1.04rem;
}
.left{
    font-size: 1.5rem;
}
.first{
    display: flex;
    justify-content: space-around;
    margin: 80px 0;
    align-items: center ;
}
.first div {
    width: 30%;
    
}
.rightsection img{
    border-radius: 50%;
    height: 300px;
    width: 300px;
}
.leftsection{
    font-size: 3rem; 
    
}
.purple{
    color: blueviolet;
}

.skills{
   margin: 20px 100px 20px 100px;
}


footer{
    align-items: center;
    height: 60px;
    background-color:rgb(3, 3, 48) ;   
    padding-bottom: 10px;
}
footer ul{
    display: flex;
    justify-content: center;
}
footer ul li{
    list-style: none;
    margin: 10px 23px ;
}
footer ul a{
    text-decoration: none;
    color: white;
}
footer ul a:hover{
    color:rgb(121, 121, 143);
    font-size: 1.04rem;
}