body {
    background-color: #1a1a1a;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100% ;
    height: 100vh;
    margin-top: 13% ;
  }
.head{
    width: 100%;
    height:100vh;
}
nav{
    display: flex;
    align-items: center;
    background-color: #111;
    padding: 20px 40px;
    color: white;
    display: flex;
    width: 100%;
    position: fixed;
    margin-top: -185px ;
}

ul{
    display: flex;
     gap: 15%;
}

 li{
    color: white;
    list-style:none ;
    margin:20px 22px ;
}
.mainn{
    display: flex;
    gap: 40%;
}
a{
    text-decoration: none;
    color:white;
    font-weight: bolder;
}
nav ul li a:hover{
    color: red;
}
.cv a{
    background-color: #212121;
    color: white;
    padding: 10px 18px;
    margin: 30px 0;
    border-radius: 5px;
    display: inline-block;
}
.ii a i{
    padding:5% ;
}
.ii a i:hover{
    scale: 1.4;
}
.last{
    display: flex;
    margin-left: 4% ;
}
.nn{
    margin-left:50% ;
}
.detail{
    width: 100%;
    display: flex;
}
.first{
    width: 50%;
    margin-left:3%;
}
.first pre{
    line-height: 1.4;
    font-size: x-large;
}
.sec{
    width: 50%;
}
#myimage{
    height:  auto;
    width:75%;
    margin: 10px;
}
.meee{
    margin: 3% ;
    display: flex;
}
.iii img{
    height: 85%;
    width: 55%;
    margin: 10px;
}
.jjj{
    margin-right: 10%;
    line-height: 1.6 ;
    font-size: x-large;
}
.skill {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
    justify-content: center;
}
.card {
    background-color: #273850;
    width: 250px;
    height: 320px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.card:hover {
    transform: translateY(-5px);
}
.icon {
    font-size: 50px;
    margin-top: 10px;
}
h2 {
    margin-top: 15px;
    font-size: 24px;
}
p{
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
}
.last {
    padding: 20px;
    background: #222;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    margin: 3%;
}
h2 {
    text-align: center;
    font-size: 24px;
}
input , textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: #333;
    border-radius: 5px;
    color: white;
}
textarea {
    height: 100px;
}
button {
    width: 100%;
    padding: 10px;
    background: red;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
button:hover {
    background: darkred;
}



 