
.fbflex{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logo_img{
    width: 90px;
    object-position: cover;
}
.form-check-input{
    border-width: 2px !important;
}
.profile-pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.profile-pic2{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.search{
    border-radius: 16px;
}

.homeborder{
    border:2px solid #0866FF;
    border-radius: 3px;
    width: 5rem;

}

.author{
    font-weight: 500;
    margin: 0px !important;
}

.date{
    font-size: 12px;
    color: gray;
      margin: 0px !important;
}

.homeflex{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:4px;
}

section{
    margin: 1.5rem 0;
}

.logo_img{
  
    object-fit: cover;
}

.center{
  width: fit-content;  /* shrink to card size */
  margin: 0 auto;
}
.center2{
  width: fit-content;  /* shrink to card size */
  margin: 100px auto;
  gap: 8rem;
}
.center3{
  width: fit-content;  /* shrink to card size */
  margin: 20px auto;
}
.center3{
  width: fit-content;  /* shrink to card size */
  margin: 40px auto;
}

.card-img-sm{
    height: 24rem;
    object-fit: cover;
}
.signupLogo{
    font-size: 60px;
    font-weight: 700;
    color: #0866FF;
}
.signinLogo{
    font-size: 40px;
    font-weight: 600;
    color: #0866FF;
}