*{
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
    color: white;
    width:1280px;
}
.logo{
    position: relative;
    top: 40px;
    width: 150px;
    height: 70px;
    margin: 0 280px 0 180px;
    transition: 1s;
}
.logo:hover{
    transform: translate(2px)
}
li{
    position: relative;
    top: 10px;
    display: inline;
    margin: 20px;
    font-family: sans-serif;
    font-size: large;
    color: white;
    padding: 10px;
    border-radius: 16px;
}
a{
    text-decoration: none;
}
li:hover{
    background-color: rgb(255, 0, 0);
    transition: 1s;   
}
.home{
    position: relative;
    top: 100px;
    height: 395px;
    padding: 100px 0 0 200px;
    
}
.name{
    font-size: 28px;
    font-family: serif;
}
.role{
    position: relative;
    top: 10px;
    font-size: 32px;
    font-style: normal;
    color: red;
}
.bio{
    position: relative;
    top: 25px;
    font-size: 18px;
    font-style: normal;
}
.btn1{
    border-radius: 20px;
    background-color: red;
    padding: 8px;
    position: relative;
    top: 60px;
    color: white; 
}
.img{
    position: absolute;
    left: 700px;
    top: 0px;
    border:10px solid rgba(240, 12, 12,0.5);
    border-radius: 50%;
    border-top: 20px;
    overflow: hidden;
    transition: 1s;
}
.img:hover{
    opacity: 0.7;
}
.About{
    position: relative;
    top: 100px;
}
.img1{
    position: relative;
    width: 320px;
    opacity: 0.8;
    height: 350px;
    margin-left: 100px;
    border-radius: 50%;
    border: 10px solid rgb(255, 0, 0);
    border-right: 10px;
    border-top: 2px;
}
.para1{
    position: absolute;
    left: 500px;
    top: 0px;
    font-size: larger;
}
.p1{
    line-height: 25px;
}
.a1{
    font-family: monospace;
    color: red;
    line-height: 50px;    
    font-size: 30px;
}
.myser{
    margin-top: 150px;
    text-align: center;
}
.outerbox{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    height: 500px;
}
.box1{
    margin-top: 20px;
    background-color: rgba(7, 7, 7,0.8);
    width: 300px;
    height: 400px;
    border-radius: 50px;
    text-align: justify;
    padding-top: 30px;
    box-shadow: 1px 1px 20px 1px red;
}
.heading1{
    padding: 12px;
    font-family: sans-serif;
}
.p2{
    padding: 20px;
    font-size: larger;
    font-family: sans-serif;
    word-spacing: 1px;
    line-height: 25px;
    text-indent: 40px;
    text-align: justify;
}
.skill{
    margin-top: 30px;
    text-align: center;
}
.outerbox1{
    margin-left:200px ;
    margin-top: 50px;
    width: 900px;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.icons{
    width: 75px;
    height: 75px;
    border-radius: 20px;
    margin-left: 100px;
}
.t1{
    color: rgba(255, 4, 4, 0.8);
}
.p3{
   padding: 20px;
}
.Contact{
    display: flex;
    justify-content: center;
}
.a2{
    color: blueviolet;
    padding: 10px;
    font-size: 28px;
    transition: 1s;
}
.a2:hover{
    color: blue;
    transform: translatez(3px)
}
.a3{
    color:white;
    padding-right: 5px;
    font-size: 16px;
    transition: 1s;
}
.a3:hover{
    color: blue;
    transform: translatez(3px)
}





