html{
    font-size:18px;
}
.box1{
    background-color:black;
    color:white;
    width:330px;
    height:200px;
    border-radius:20px;
    position:relative;
    padding:0px 20px;
}
.box1:before{
    content:'';
    width:20px;
    height:20px;
    transform: rotate(45deg);
    bottom:-10px;
    left:11%;
    background-color:black;
    position:absolute;
}
.box-text{
    text-align:left;
    margin-left:15px;
    padding-top:20px;
}
body{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    height:975px;
}
.img1{
    width:85px;
    height:85px;
    margin:20px 10px;
    border-radius:50%;
}
.p1-div{
    display:flex;
}
.p1{
    display:flex;
    width:300px;
    flex-wrap:wrap;
}
.name{
    margin-bottom:0;
    margin-top:40px;
    font-size:22px;
}
.job-title{
    margin-top:-20px;
}
.box2{
    border:2px solid black;
    width:350px;
    border-radius:20px;
    padding:0px 20px;
}
.p2-div{
    display:flex;
    width:350px;
    margin-top:30px;
    margin-bottom:10px;
}
.name2{
    margin-top:10px;
    margin-bottom:0;
    font-size:22px; 
}
.job-title2{
    margin-top:0;
}
.img2{
    width:85px;
    height:85px;
    margin-right: 20px;
    margin-bottom:20px;
    border-radius:50%;
}
.t2{
    margin-top:20px;
    }
.t3{
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.img3{
    width:275px;
    border-radius:20px;
}
.p3-div{
    width:435px;
    margin-left:10px;
    height:215px;
    border-radius:20px;
    background-color:black;
    color:white;
    padding:30px;
}
.tile1{
    display:grid;
    margin-top:-15px;
    grid-template-columns:1fr 1fr;
}
.box-text3{
    margin:0px 0px -10px 0px;
}
.name3{
    font-size:26px;
}
.des3{
    margin-top:-15px;
    color:silver;
}
.t4{
    border:2px solid black;
    border-radius:20px;
    margin-top:30px;
    height:340px;
}
.text4{
    font-size:19px;
    text-align:center;
    width:650px;
    margin:0 auto;
}
.stend{
    display:flex;
    gap:40px;
    justify-content:center;
    width:100%;
    font-size:24px;
    align-items:center;
}
.imgblur{
    width:75px;
    border-radius:50%;
    height:75px;
    opacity:50%;
}
.imgend{
    width:100px;
    border-radius:50%;
}
.endtext{
    text-align:center;
    font-size:24px;
}