/* some style */

.yellowtail-font {
  font-family: 'Yellowtail', cursive;
}

.justify-center {
  justify-content: center !important;
}

.text-align-center {
  text-align: center;
}

#stream-container {
  padding-top: 60px;
}

