body{
    background-color: #fae8e8;
}
.nav{
    background-color: hsl(0, 0%, 9%);
    width: 100%;
  height: 30px;
margin: 0;
padding: 0;
}
.navbar{
    color: aliceblue;
}
.navhome{
    color: aliceblue;
}
.img1{
    background-image: url("WhatsApp\ Image\ 2023-12-14\ at\ 03.32.57_302739ec.jpg");
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background-size:cover;
    
}
.img2{
    background-image: url("WhatsApp\ Image\ 2023-12-14\ at\ 02.51.35_00e85163.jpg");
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background-size:cover;
    
}
.container{
    display: flex;
    
    align-items: center;
    justify-content: center;
    padding:100px;
}
.image1{
    color: #000;
}
.image1:hover{
    color:rgb(75, 72, 72);
}
#id1{
    height: 30px;
    width: 30px;
    border-radius: 20%;
}
#id2{
    height: 30px;
    width: 30px;
    border-radius: 20%;
}
#id3{
    height: 30px;
    width: 30px;
    border-radius: 20%;
}
.person1 img{
    margin-top: 20px;
    
}
.person2 img{
    margin-top: 20px;
}
