.containabout{
  user-select: none;
  margin: auto;
 background-color: rgba(255,255,255,0.8);
  color: #b3b8cd;
  border-radius: 20px;
  width: 750px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 10px -1px rgba(4,27,89,0.5);
    -moz-box-shadow: 0px 10px 10px -1px rgba(4,27,89,0.5);
    box-shadow: 0px 10px 10px -1px rgba(4,27 89,0.5);
}
.cover-photo{
  background: url(https://popaquarium.io/img/bannerabout.png);
  height: 160px;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.profile{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 93px 0 0 -225px;
  border: 1px solid #111c54;
  padding: 7px;
  background: #111c54;
  -webkit-box-shadow: 0px 5px 10px -1px rgba(4,27,89,0.5);
    -moz-box-shadow: 0px 5px 10px -1px rgba(4,27,89,0.5);
    box-shadow: 0px 10px 10px -1px rgba(4,27 89,0.5);
}
.profile-name{
  font-size: 25px;
  font-weight: bold;
  margin: 12px 0 0 125px;
  font-family: Fredoka;
}
.about{
  margin-top: 35px;
  line-height: 21px;
}
button{
  margin: 10px 0 40px 0;
}
.msg-btn, .follow-btn{
  background: #03bfbc;
  border: 1px solid #03bfbc;
  padding: 10px 25px;
  color: #231e39;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}
.follow-btn{
  margin-left: 10px;
  background: transparent;
  color: #02899c;
}
.follow-btn:hover{
  color: #231e39;
  background: #03bfbc;
  transition: .5s;
}
.containabout i{
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .5s;
}
.containabout i:hover{
  color: #03bfbc;
}


/* PHONE RESPONSIVE */
@media screen and (max-width:768px){
	.containabout {width: 350px;}
	.profile-name {font-size: 25px; font-weight: bold; margin: 80px 0 0 0px; font-family: Fredoka;}
	.profile {margin: 93px 0 0 0px;}
	.containhome {width: 60%;}