h1{
    text-align: center; 
}
h2{
    text-align: center;
}

body{
    overflow-x: hidden;

    background-color: #B2ECE1 !important;
}


.btn-play{
    text-align: center;
    margin-top: 50px;
    width: 100px;
    background-color: #F17F29;
}

#noteviz{
    padding: 0;
    margin: auto;
    display: inline;
    border: 2px solid black;
}

.canvascontainer{
    margin-top: 50px;
    width: 100%;
    text-align:center;
}

.inline{
    display: inline
}

.row{
    height: 100%;
    
}

.consoleText{
    
}

.verticalCenter{
    margin-top: 50%;
}

.songPicker{
    background-color: #B8B3BE;
    height: 100%;
    text-align: center;
    margin-right: 0px;
}
.console{
    height: 100%;
    background-color: #B8B3BE;
}
.dropdown-container{
    margin-top: 50px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
  }
  .displayloader{
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .notepicture{
      margin-top: 50px;
  }

  .projecttitle{

  }

  .badgeCreatedBy {
      display: block !important;
      background-color: #F17F29;

  }

  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
  }

  .songSelection{
      margin-top: 50px;
      margin-bottom: 50px;
      border: 5px solid transparent;
  }



  .songSelectionSelectedColor{
    border: 5px solid #4CAF50;

  }

  .songSelectedUnselectedColor{

  }

  .songSelectionUnselected:hover{
      color: #4CAF50;
  }
  