body, .nav-link, .nav-link:focus, .nav-link:hover,
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

.netflix-profile-style a{ color: #000; }

.logo { height: 50px; }

.social-style-1 a.whatsapp {
  background-color: #25D366;
}
.social-style-1 a.whatsapp:hover {
  background-color: transparent;
  border: 1px solid #25D366;
}

.card.border .card-header { border-bottom: 1px solid rgba(255, 255, 255, .25); }

.our-profile-area>a {
    font-size: 19px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}