.openGraphContainer {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  justify-content: center;

  span {
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
  }

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding-right: 1rem;
    color: black;
  }
}
