/* line 23, styles.scss */
#sh3 {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 29, styles.scss */
.sh4 {
  display: block;
  background-color: #4267bc;
  transition: 200ms;
  color: #fff !important;
  text-decoration: none; }
  /* line 35, styles.scss */
  .sh4:hover {
    background-color: #3B5998; }
