html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}

body, footer {
  width: 100%;
}

@font-face {
  font-family: 'Stereofidelic'; /* 自定义字体名称 */
  src: url('font/Stereofidelic.otf') format('opentype'); /* 字体文件路径和格式 */
}

.cover-picture {
  width: 80%;
  height: auto;
}

.chordpd, .notepd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* 可根據您的需求設定高度 */
}

.chordpd > div, .notepd > div {
  display: flex;
  align-items: center; /* 确保内部内容垂直居中 */
}

.passwordstyle {
    width: 350px;  /* 固定顯示寬度 */
    height: 20px;  /* 固定高度 */
    background-color: #D9D9D9; /* 底色 */
    color: #141D28;  /* 文字顏色 */
    border: 1px solid #ccc;
    padding: 2px;
    margin: 0 35px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.color-ww {
  color: #EBDBC1
}

.color-mj {
  color: #141D28
}

.color-rs {
  color: #ED620A
}

.color-mju {
  color: #7C9E81
}

.jpiano {
  text-align: center;
  padding: 141px;
}

.headerword {
  text-align: center;
}

.cover-sheet {
  width: 100%; /* 设为100%或其他具体宽度，表示允许 paper 占据的最大宽度 */
  height: auto; /* 高度可以根据内容自动调整 */
  overflow: hidden; /* 隐藏超出 musicsheet 的内容 */
  position: relative; /* 确保容器正确限制内容 */
}

.musicsheet {
  margin: 0 auto;
  padding-left: 28%;
  width: 100%;
}



.DisplayL {
  font-family: 'Stereofidelic', sans-serif;
  font-size: 67px;
  font-style: normal;
  font-weight: 400;
  line-height: 87.1px;
  letter-spacing: 2.01px;
}

.BodyL {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 29.4px;
  text-align: center;
}

.container {
  justify-content: center; 
  align-items: center; 
  width: 100%;
  gap: 125px;
}

.action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.action-area{
  flex: 1; 
  text-align: center;
  padding: 8px;
  margin: 10px;
}

.dropdown-list {
  width: auto;
}

.send-button {
  height: 40px;
  width: 180px;
  background: none; /* 移除默认背景 */
  border: none; /* 去除默认边框 */
  padding: 0; /* 移除按钮的默认内边距 */
  cursor: pointer; /* 鼠标悬停时显示手型指针 */
  background-image: url(../img/generate-default.png);
  background-size: auto 100%; /* 图片高度适应按钮，宽度按比例 */
  background-repeat: no-repeat; /* 防止圖片重複 */
  background-position: center; /* 圖片置中 */
}

.send-button img {
  display: block; /* 移除图片的底部空白间距 */
  width: 100%;
  height: 100%; /* 确保图片填满按钮 */
}

.send-button:hover {
  background-image: url(../img/generate-hover.png); /* 默认状态图片 */
}

.send-button:active {
  background-image: url(../img/generate-active.png); /* 默认状态图片 */
}

#select {
  background-color: #D9D9D9; /* 底色 */
  color: #141D28;  /* 文字顏色 */
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.mypassword {
  text-align: center;
}

.copylistennote {
  height: 36px;
  padding: 8px;
  gap: 8px;
  border-radius: 6px;
  border: 2px solid #141D28;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
}

.abcarea {
  background-color: #D9D9D9; /* 底色 */
  color: #141D28;  /* 文字顏色 */
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 65px 0;
}

.icon {
  vertical-align: middle;
}