.custom-header {
    background-image:url("../piano.jpg");
    background-position: center center;
    background-size: cover;
}
 
.custom-dark-glow {
    color:cornsilk;
    text-shadow:1px 1px 10px #000, 1px 1px 10px rgb(29, 29, 29);
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
  .custom-button {
    background-color: #c1cfde;
    font-size: medium;
    text-align: center;
    color: black;
    padding: 10px 24px;
    border-radius: 8px;
    hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
      }
  }
  .bg-tan {
    background-color: #e0c9b5;
  }
 p {
    font-family: 'Noto Sans JP', sans-serif;
 }
 h1,h2,h3 {
    font-family: 'Lilita One', cursive;
 }
 .custom-navbar {
    font-family: 'Noto Sans JP', sans-serif;
 }
 .start-button {
    background-color: white;
    font-size: medium;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: black;
    padding: 10px 24px;
    border-radius: 8px;
    hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
      }
  }
  .custom-list {
    font-family: 'Noto Sans JP', sans-serif;
  }