* {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

.subButton {
  background-color: #383838;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 5px;
}

.subButton:hover,
.subButton:active,
.subButton:focus {
  background-color: #202020;
  color: #fff;
}

.logo {
  height: 15px;
  vertical-align: middle;
}

.listenbox {
  border-radius: 5px;
  padding: 15px;
  background-color: #f1f1f2;
  font-family: "Montserrat", sans-serif;
}

.listen_boxes {
  display: flex;
  gap: 2px 5px;
  flex-wrap: wrap;
}

.listen {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  color: #202020;
}

@media screen and (min-width: 754px) {
  .listen,
  .subButton {
    font-size: 18px;
  }
}
