body{
  font-family: Montserrat, sans-serif;
  background: #28223f;
}
.container{
  user-select: none;
  margin: 100px auto;
  background: #231e39;
  color: #b3b8cd;
  border-radius: 5px;
  width: 350px;
  text-align: center;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,.75);
}
.cover-photo{
  background: url(https://4.imimg.com/data4/PG/LC/MY-7190505/wedding-photography-services-500x500.jpg);
  height: 160px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.profile{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 93px 0 0 -175px;
  border: 1px solid #1f1a32;
  padding: 7px;
  background: #ffffff;
}
.profile-name{
  font-size: 25px;
  font-weight: bold;
  margin: 27px 0 0 120px;
}
.about{
  margin-top: 35px;
  line-height: 21px;
}
button{
  margin: 10px 0 40px 0;
}
.msg-btn, .follow-btn{
  background: #e2fd11;
  border: 1px solid #bae715;
  padding: 10px 25px;
  color: #231e39;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.follow-btn{
  margin-left: 10px;
  background: transparent;
  color: #b5f728;
}
.follow-btn:hover{
  color: #231e39;
  background: #d4e917;
  transition: .5s;
}
.container i {
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .5s;
}
.container i:hover{
  color: #97f023;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons a {
  display: inline-block;
  margin-right: 20px;
  padding:4px ;
  width:30px;
  height:30px;
  border-radius:30px;
  text-align: center;
}

.social-icons i {
  font-size: 24px;
  color:rgba(244, 236, 236, 0.7);
  transition: all 0.3s ease;
}

.social-icons i:hover {
  color: #d7e41a;
}