/* --------------------- Open Props --------------------------- */
/* the props */
@import "https://unpkg.com/open-props";
/* optional imports that use the props */
@import "https://unpkg.com/open-props/normalize.dark.min.css";
@import "https://unpkg.com/open-props/buttons.dark.min.css";
/* ------------------------------------------------------------ */
body {
  font-family: sans-serif;
  text-align: center;
  background-image: var(--gradient-26), var(--noise-5);
  background-blend-mode: difference;
  background-size: cover;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.buttons {
  display: flex;
  justify-content: space-evenly;
}

.sheetmusic {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 25px;
  background-image: url("/images/Staff.svg");
  background-repeat: repeat-x;
}

.clef {
  height: min-content;
  max-height: 100%;
}

.note {
  position: relative;
  height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  margin: 0 auto;
  padding: 2rem;
}

p,
button {
  margin: var(--size-6);
}

body > picture,
button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 2rem;
}
