@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
  }

.profile-card {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    width: 100%;
    background: hsl(0, 0%, 100%);
    /* border-radius: 504px; */
    padding: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .one{
    height: 40px;
    position: relative;
    /* top: 50 px; */
    bottom: 205px;
  }
  .two{
    height: 40px;
    position: relative;
    /* top: 50 px; */
    bottom: 170px;
  }
  .three{
    height: 40px;
    position: relative;
    /* top: 50 px; */
    bottom: 170px;
  }

  image .bu-img {
    height: 50px;
    max-width: 20px;
    object-fit: cover;
    /* border-radius: 50%; */
    /* border: 3px solid #fff; */
  }    
  
  .image .profile-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* border-radius: 50%; */
    /* border: 3px solid #fff; */
  }    
  

  

