*{
    margin:0;
    padding:0;
    scroll-behavior: smooth;
}
.navbar{
    padding: 20px;
    display:flex;
    justify-content: space-between ;
    align-items: center;
    background-color: beige;
    color: blueviolet;
    font-size: 30px;
    position: sticky;
    top:0%;
}
    
.logo{
    font-weight: 50px;
    font-size: 50px;
    color: blue;
}
.menu a{
    text-decoration:none;
    color: black;
    padding: 10px;

}
.hero-para{
    display: flex;
    justify-content:left;
    font-size:30px;
    color: blue;
    text-align: center;
}
.hero{
    font-size: 20px;
    justify-content: left;
    color: red;
    text-align: center;
}

.image{
    width: 50;
    height: 50;
}
.second{
    background-color: white;
    width: 40;
    height:90;
    margin: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section{
    font-size;medium;
    height:80;
    padding: 4%;
    background-image:linear-gradient(to bottom,rgb(189,189,233),rgb(199,239,199));
}
.section h1{
    text-align: center;
    justify-content: center ;
}
.section p{
    font-size: large;
    text-align: center;
    justify-content: center;
}
.section button{
    padding: 2%;
    border-radius: 10%;
    background-color: black;
    color: beige;
    align-items: center;
    justify-content: center;
}
.box{
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
}
.box1{
    display: flex;
    align-items: center;
    background-color: grey;
    height: 200px;
    width: 30%;
    font-family: Arial, Helvetica, sans-serif; 
}
.skills{
    font-weight: light;
    justify-content: left;
    padding: 1%;
    display: flex;
    flex-direction: column;
    font-size:30px;

}

.from{
    font-weight: light;
    text-align: right;
    margin-top: -200px ;
    display: flex;
    flex-direction: column;
    font-size: 33px;
}
ul li{
    list-style: none;
    font-size: italic;
}