 *{
    margin:0;
    padding: 0;
    border: border-box;   
}
.banner1{
    height: 120px;
    width: 100%;
    background-color: rgb(219, 131, 162);
    display:flex;
    justify-content: center;
    align-items: center;
}
.ban{
    height: 400px;
    width: 590px;
    background-image: url("../img/banner.png");
    background-size: cover;
    padding-bottom: 70px;
}
.banner2{
    height: 90px;
    width: 100%;
    background-color: rgb(206, 211, 214);
}
.banner3{
    height: 400px;
    width: 100%;
    background-color: transparent;
    display: flex;
}
.pfp{
    background-image: url("../img/pfp.jpg");
    background-size: cover;
    height: 500px;
    width: 400px;
    border-top-left-radius:40% ;
    border-top-right-radius:40% ;
    border-bottom-left-radius:40% ;
    border-bottom-right-radius:40% ;
    margin-top: 30px;
    margin-left: 40px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
}
.introduction{
    position: relative;
    z-index: 1;
    height: 270px;
    width: 750px;
    background-color: rgb(249, 208, 223);
    margin-top: 60px;
    margin-left: 50px;
    border-radius: 20px;
}
.introduction:hover{
    background-color: rgb(233, 196, 210);
}
.p1{
    font-size: 40px;
    text-align: center;
    font-style: bold;
    padding-top: 10px;
}
.p2{
    font-size: 1.5rem;
    margin-top: 9px;
    letter-spacing: 1.5px;
    line-height: 25px;
    margin-left: 15px;
    font-family:serif;
}
.education{
    position: relative;
    z-index: 2;
    top: -40px;
    height: 270px;
    width: 750px;
    background-color: rgb(229, 232, 234);
    margin-left: 300px;
    border-radius: 20px;
}
.education:hover{
    background-color:  rgb(222, 228, 231);
}
.p3{
    font-size: 30px;
    font-style: italic;
    margin-left: 15px;
}
.hobbies{
    position: relative;
    z-index: 2;
    top: -80px;
    height: 270px;
    width: 750px;
    background-color:rgb(249, 208, 223);
    margin-left: 50px;
    border-radius: 20px;
}
.hobbies:hover{
    background-color: rgb(233, 196, 210);
}
.box{
    height: 190px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 10px;
    /* background-color: rgb(12, 21, 29); */
}
.box1 i{
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.box1 p{
    font-size: 20px;
    font-family:serif;
}
.experiences{
    position: relative;
    z-index: 2;
    top: -125px;
    height: 270px;
    width: 750px;
    background-color: rgb(229, 232, 234);
    margin-left: 300px;
    border-radius: 20px;
}
.experiences:hover{
    background-color:  rgb(222, 228, 231);
}
ul{
    margin-left: 25px;
    margin-top: 20px;
    letter-spacing: 1.2px;
    line-height: 20px;
    font-size: 1.35rem;
    font-family:serif;
}
li{
    margin-bottom: 10px;
}
.p1:hover{
    color:rgb(56, 56, 56);
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.banner4{
    height: 100px;
    width: 100%;
    background-color: rgb(217, 199, 208);
}
.banner5{
    height: 400px;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.b1{
    height: 300px;
    width: 450px;
    background-size: cover;
    border-radius: 15px;
}
.b1:hover{
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
}
.MYWORK{
    background: linear-gradient(to bottom right,rgb(249, 208, 223), rgb(229, 232, 234));
}
.MYWORK p{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(199, 96, 132);
}
.MYWORK p:hover{
    background-color: rgb(167, 70, 104);
}
.footer{
    height: 230px;
    width: 100%;
    background-color: rgb(219, 131, 162);
}
.socials{
    height: 110px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* background-color: blue; */
}
.contactme p{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(199, 96, 132);
}
.contactme p:hover{
    background-color: rgb(167, 70, 104);
}
a{
    text-decoration: none;
    color: rgb(241, 218, 241);
}
a:hover{
    text-decoration:underline;
    color: rgb(216, 210, 216);
}
.box2 i{
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.box2 span{
    font-size: 20px;
    margin-right: 30px;
}