/* css styles */
.columns{
  display: flex;

}

.about-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}

.about-photo{
  display: flex;
  padding-top: 1.10rem
}

.about-links{
  display: flex;
  align-items: center;
  display:flex;
  justify-content: center;
}

.about-button{
  display:flex;
  justify-content: center;
}
