
.menu>li a{
  font-size: 18px;
  font-weight: 500;
}

.background-section{
    background: #FFFBF0;
}

.woman-jacket img,
.man-jacket img{
    width: 100%;
    padding: 20px;
    border-radius: 50px;
}

.custom-card{
    border: none;
    border-radius: 30px;
}

.custom-card-footer{
    background-color: white;
    border: 0;
}

.extra-section{
    border-radius: 20px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.custom-section{
  margin: 120px 0px;
}

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: yellow;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

footer{
  height: 50px;
  width: 100%;
  background: rgb(37, 36, 36);
  color: white;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 879px) {
  .icon-bar{
    display: none;
  }
}