#profile_pic{
  width:150px;
  height:auto;
  display: block;
  margin: auto;
  border-color: black !important;
}

.logo{
  display: block;
  margin: auto;
  margin-bottom:20px;
  max-width: 75%;
  width:200px;
}

.social_profile{
}

.social_profile img{
  max-width:100%;
  height:auto;
  max-height: 200px;
  margin: auto;
  display: block;
  
}

.social_profile p{
  width:100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.action-button{
  background-color:black;
  border-color: black;
  border-radius: 5px;
  font-size:24px;
  line-height: 20px;
}
.action-button:hover, .action-button::selection{
  background-color:black;
}