/* BUTTONS */
.buzzsprout-btn-container {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.buzzsprout-btn-container a {
  margin: 0px 3px;
  transition: all 0.3s;
}
.buzzsprout-btn-container a:hover{
  transform: translateY(-2px);
}
.buzzsprout-btn-container a img{
  width: 200px;
  height: auto;
}