/* Responsive (Mobile) */
@media (max-width: 600px) {
  .drumze-logo {
    width: 85vw;
    height: auto;
  }

  h1 {
    font-size: 2em;
  }

  .tagline {
    font-size: 1em;
  }
}
