body {
  background-color: #ffffff;
}

p {
  text-align: left;
  margin-left: 90px;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
}

p.paragraph2 {
  text-align: left;
  margin-left: 90px;
  margin-right: 90px;
  text-transform: none;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: black;
  font-size: 30;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1.homepage_type {
  color: rgb(250, 249, 249);
  font-size: 30;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.rectangle {
  width: 1330px;
  height: 580px;
  margin: auto;
  margin-top: 15px;
  background-color: #fefefe;
  border-radius: 6px;
}

.drop-down {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  margin-right: 25px;
  margin-left: 5px;
  background-color: white;
  height: 30px;
  width: 150px;
  border-radius: 6px;
  color: #8f642f;
  background-color: white;
}

.drop-down1 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  margin-right: 50px;
  margin-left: 5px;
  background-color: white;
  height: 30px;
  width: 50px;
  border-radius: 6px;
  color: #8f642f;
  background-color: white;
}
.button {
  display: inline-block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border-radius: 6px;
  background-color: #e0e0e0; /* Softer gray background */
  border: none;
  color: #333; /* Dark gray text color */
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 205px;
  transition: background-color 0.5s, transform 0.3s; /* Smooth transitions */
  cursor: pointer;
  margin: auto;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); /* Softer shadow */
}

.button:hover {
  background-color: #dcdcdc; /* Lighter gray on hover */
}

.button:active {
  background-color: #dcdcdc; /* Keep the same color when clicked */
  transform: translateY(2px);
}

/* .button {
  display: inline-block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border-radius: 6px;
  background-color: #fa990f;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 205px;
  transition: all 0.5s;
  cursor: pointer;
  margin: auto;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  transition: 0.1s;
}

.button:hover {
  background-color: #fba937;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 20px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button:active {
  background-color: #fba937;
  transform: translateY(2px);
  transition: 0s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
} */

.shift {
  margin-left: 50px;
}

.guitar {
  margin: auto;
  margin-bottom: 50px;
  width: 1215px;
  height: 200px;
  background: #000000;
  /* border-top-right-radius: 6px; */
  /* border-bottom-right-radius: 6px; */
}

.guitar_tabs {
  margin: auto;
  margin-bottom: 50px;
  width: 500px;
  height: 200px;
  background: #8f642f;
}

.open_strings {
  position: absolute;
  width: 50px;
  margin-left: -50px;
  height: 200px;
  background: #3d3d29;
  /* border-top-left-radius: 6px; */
  /* border-bottom-left-radius: 6px; */
}

.open_strings ul {
  list-style: none;
  color: white;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  line-height: 32px;
  margin-left: -20px;
  margin-top: 2px;
}

.fret {
  float: left;
  margin-right: 75px;
  width: 4px;
  height: 200px;
  background: #d9d9d9;
  border-right: 2px solid #ccb266;
}

.dots {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dots .dot1 {
  margin-top: 90px;
  margin-left: 358px;
  background: #ffffff;
}

.dots .dot2 {
  margin-top: 90px;
  margin-left: 520px;
  background: #ffffff;
}

.dots .dot3 {
  margin-top: 90px;
  margin-left: 682px;
  background: #ffffff;
}

.dots .dot4 {
  margin-top: 40px;
  margin-left: 925px;
  background: #ffffff;
}

.dots .dot5 {
  margin-top: 140px;
  margin-left: 925px;
  background: #ffffff;
}

.string1 {
  position: absolute;
  margin-top: 18px;
  width: 1215px;
  height: 2px;
  background: #b8b894;
}

.string2 {
  position: absolute;
  margin-top: 50px;
  width: 1215px;
  height: 2px;
  background: #b8b894;
}

.string3 {
  position: absolute;
  margin-top: 82px;
  width: 1215px;
  height: 3px;
  background: #b8b894;
}

.string4 {
  position: absolute;
  margin-top: 117px;
  width: 1215px;
  height: 3px;
  background: #b8b894;
}

.string5 {
  position: absolute;
  margin-top: 148px;
  width: 1215px;
  height: 4px;
  background: #b8b894;
}

.string6 {
  position: absolute;
  margin-top: 180px;
  width: 1215px;
  height: 4px;
  background: #b8b894;
}

.notes {
  position: absolute;
  width: 1200px;
  height: 200px;
  margin-left: -80px;
  margin-top: -10px;
}

.notes .notes1 ul {
  position: relative;
  float: left;
}

.notes .notes1 ul li {
  position: relative;
  float: left;
  margin-top: -2px;
  margin-right: 51px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
  list-style: none;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
}

.notes .notes1 :empty {
  opacity: 0;
}

.notes .notes2 ul li {
  position: relative;
  float: left;
  margin-top: -14px;
  margin-right: 51px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
  list-style: none;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
}

.notes .notes2 :empty {
  opacity: 0;
}

.notes .notes3 ul li {
  position: relative;
  float: left;
  margin-right: 51px;
  margin-top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
  list-style: none;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
}

.notes .notes3 :empty {
  opacity: 0;
}

.notes .notes4 ul li {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-right: 51px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
  list-style: none;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
}

.notes .notes4 :empty {
  opacity: 0;
}

.notes .notes5 ul li {
  position: relative;
  float: left;
  margin-top: 3px;
  margin-right: 51px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
  list-style: none;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
}

.notes .notes5 :empty {
  opacity: 0;
}

.notes .notes6 ul li {
  position: relative;
  float: left;
  margin-top: 2px;
  margin-right: 51px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dad9d9;
  line-height: 30px;
  list-style: none;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
}

.notes .notes6 :empty {
  opacity: 0;
}

.break {
  width: 1215px;
  height: 3px;
  margin: auto;
  background: #fafaf7;
  border-radius: 50%;
}
