body {
    background-color: rgb(4, 4, 76);
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

.left {
    font-size: larger;
}

.right {
    text-decoration: none;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: x-large;
    height: 60px;
    background-color: rgb(9, 9, 86);
}


nav ul {
    display: flex;
    list-style: none;
    font-size: large;
}

nav ul li {
    margin: 0px 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

nav ul li a:hover {
    color: rgb(131, 131, 236);
    font-size: 1.2rem;
}

main {
    justify-content: space-around;
    display: flex;
    margin-top: 90px;
}

main name {
    color: rgb(100, 242, 68);
}

main skill {
    color: #ebeb6b;
}

main img {
    height: 350px;
    border-radius: 5px;
}
main img{
    box-sizing: 2px 2px 2px 2px ;
    box-shadow: azure;
    color: red;
}
.leftsection {
    font-size: 2rem;
    margin-top: 30px;
}

hr {
    margin-top: 120px;
    margin-left: 30px;
    margin-right: 30px;
}
#element{
    color: #ebeb6b;
}
footer{
    justify-content: space-around;
    display: flex;
    margin-top: 50px;
}
.space{
    height: 5rem;
} 
.leftpart ul a{
    text-decoration: none;
    color:white;
}
footer ul li:hover{
    font-size: 1.1rem;
    color: rgb(128, 128, 232);
}