.pianoText {
  font-size: 128px;
  font-weight: bold;
  color: white;
  font-family: "Waterfall", cursive;
  text-shadow: 5px 6px 15px rgb(255, 0, 0);
}

.white-key {
  width: 100px;
  height: 400px;
  float: left;
  background-color: #ffffff !important;
}

.black-key {
  width: 50px;
  height: 250px;
  box-shadow: 1.8rem 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.675);
  margin-top: -153px;
  background-color: #1a0505 !important;
}

.black-key:hover{
  background-color: rgb(0, 3, 99) !important;
}
.white-key:hover{
  background-color: rgb(208, 208, 208) !important;
}
.pressed{
  background-color: rgb(255, 205, 205) !important;
}
.whiteKeyNote{
  position: st;
  color: rgb(2, 0, 0);
  font-size: 20px;
  font-weight: bold;
  margin-top: 175px;
  margin-left: 30px;
}
.blackKeyNote{
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
  margin-top: 200px;
}
.whiteKeyboardKey{
  color: rgb(2, 0, 0);
  font-size: 20px;
  font-weight: bold;
  margin-top: 140px;
  margin-left: 30px;
}
.blackKeyboardKey{
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
  margin-top: 170px;
  margin-left: 5px;
}
.checkBox{
  color: white;
  font-size: 28px;
}