html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.modal-header {
    justify-content: end;
    
}
    .modal-header button {
        background:none;
        border:none;
        font-size:1.5em;
    }

.chordlist button{
    border: silver solid 1px;
    background: none;
    margin: 5px;
}