* {
  margin: 0;
  padding: 0;
  color: #f5f5f5;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  letter-spacing: 0.1em;
}

body, html {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  overflow: scroll;
  transition: all ease 500ms;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease 500ms;
  background-image: linear-gradient(45deg, #373737, #7e3c3c);
}

.chordz {
  font-size: 2em;
  font-weight: bolder;
  margin: 0.5em 0;
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all ease 500ms;
}

.opt {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.opt .line {
  position: relative;
  display: flex;
  width: 2px;
  height: 100%;
  background: white;
}
.opt > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.opt > div > .chooseC, .opt > div .chooseT {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  transition: all ease 500ms;
  list-style: none;
  width: 20em;
  margin-top: 1em;
}
.opt > div > .chooseC > li, .opt > div .chooseT > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4em;
  padding: 0.5em 1.5em;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(45deg, #373737, #7e3c3c);
  border-radius: 0.2em;
  border: 2px solid black;
  color: white;
  font-size: 10px;
  font-weight: bolder;
  box-shadow: 5px 5px 5px #313131;
  transition: all ease 500ms;
  text-align: center;
}
.opt > div > .chooseC > li > .quest, .opt > div .chooseT > li > .quest {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60%;
  width: 70%;
  left: 100%;
  overflow: hidden;
  transition: all ease 500ms;
  scroll-behavior: smooth;
}
.tabs > .ou {
  position: absolute;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  left: 90%;
  width: 40px;
  height: 40px;
  z-index: 100;
  border-radius: 100%;
  border: none;
  transition: 500ms all ease;
}
.tabs > .listChords, .tabs .listChords2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  width: 60%;
  height: 70%;
  transition: all ease 500ms;
  border-radius: 0.2em;
  border: 2px solid black;
  overflow: hidden;
}
.tabs > .listChords > .mask, .tabs .listChords2 > .mask {
  position: absolute;
  display: flex;
  background: white;
  top: 15%;
  width: 10%;
  height: 100%;
  z-index: 2;
}
.tabs > .listChords > img, .tabs .listChords2 > img {
  position: absolute;
  margin-top: 7%;
  left: -15%;
  width: 200%;
  height: 108%;
  z-index: 1;
}
.tabs > .listChords > .title, .tabs .listChords2 > .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: white;
}
.tabs > .listChords > .title > .titleC, .tabs > .listChords > .title .titleC2, .tabs .listChords2 > .title > .titleC, .tabs .listChords2 > .title .titleC2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #313131;
  font-size: 1.6em;
  width: 100%;
  height: 50%;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  transition: all ease 500ms;
  z-index: 10;
}
.tabs > .listChords > li, .tabs .listChords2 > li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  color: #423737;
  list-style: none;
  letter-spacing: 0.3em;
  transition: all ease 500ms;
  z-index: 12;
}
.tabs > .listChords > li > .notes, .tabs .listChords2 > li > .notes {
  position: relative;
  display: flex;
  color: #313131;
  z-index: 25;
}
.tabs > .listChords > li > .place, .tabs .listChords2 > li > .place {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20px;
  color: white;
  padding-left: 1px;
  font-weight: bolder;
  border-radius: 50%;
  z-index: 21;
  transition: 500ms all ease;
}
.tabs > .listChords > .tab, .tabs .listChords2 > .tab {
  padding: 0.55em 0;
  left: 4%;
  letter-spacing: 0.23em;
}
.tabs > .listChords2 {
  left: 100%;
  transition: all ease 500ms;
}

/*# sourceMappingURL=style-desktop-first.css.map */
