html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 63.5%;
}

ul,
li,
h1,
h2 {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

body,
button {
  background-color: #0d0d0d;
}

h1,
p,
h2,
kbd,
h3,
label {
  color: #cc5500;
}

h2,
p,
kbd,
h3,
label {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

li,
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section,
ul li button {
  border: 5px solid #cc5500;
}

h2,
button,
h3 {
  margin: 1rem 0;
}

ul li,
h2,
h3 {
  text-align: center;
}

li,
form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

select,
p,
label,
.description {
  font-size: 2rem;
}

section,
button {
  height: 100%;
}

li,
form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  margin-left: 1rem;
  letter-spacing: -0.2rem;
  font-family: "Literata", serif;
}

h1 .upper {
  font-size: 10rem;
  vertical-align: -1rem;
}

h1 .l {
  letter-spacing: -3rem;
}

h1 .i {
  letter-spacing: -1.5rem;
}

h1 .lower {
  font-size: 6rem;
}

h1 .drum {
  font-family: "Jacques Francois Shadow", cursive;
  letter-spacing: -1rem;
}

.description {
  margin: 0 auto 4rem 2rem;
  text-align: left;
}

section {
  margin: 2%;
  border-radius: 12px;
  padding: 1rem 2rem;
}

h3 {
  font-size: 3.5rem;
}

h3 span {
  display: inline-block;
  position: relative;
}

h3 span:before,
h3 span:after {
  content: "";
  position: absolute;
  height: 1rem;
  border-top: 3px solid #cc5500;
  top: 2rem;
  width: 180%;
}

h3 span::before {
  right: 6rem;
}

h3 span::after {
  left: 6rem;
}

ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

ul li {
  height: 11rem;
}

ul li button {
  width: 100%;
  cursor: pointer;
}

ul kbd {
  font-size: 5rem;
}

ul p {
  margin: 0;
  font-size: 1.6rem;
}

ul button:focus {
  border: 5px dashed #cc5500;
}

form {
  margin: 2rem 1rem;
}

label {
  margin-bottom: 1rem;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.4rem solid #cc5500;
  background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 15rem;
  padding: 5px;
  background-color: wheat;
  color: #222;
}

select:focus-within {
  border: 0.4rem dashed #cc5500;
}

@-webkit-keyframes impact {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes impact {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.played {
  -webkit-animation: impact 0.4s linear;
          animation: impact 0.4s linear;
}

@media (min-width: 769px) {
  h1 .upper {
    font-size: 18rem;
    vertical-align: -2rem;
    line-height: 16rem;
  }
  h1 .l {
    letter-spacing: -6rem;
  }
  h1 .i {
    letter-spacing: -3rem;
  }
  h1 .lower {
    font-size: 10rem;
  }
  ul {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
