body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

#header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.message {
  margin-bottom: 20px;
}

.music {
  width: 350px;
  height: 200px;
  background-color: blanchedalmond;

  padding: 24px;
  border: black 2px solid;

  font-size: 32px;


  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.notes {
  width: 100vw;
    height: auto;
}

#pause {
  width: 200px;
  height: 50px;
  background-color: blanchedalmond;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#error {
  color: red;
}
#canvas, #drawingCanvas, #compassCanvas {
  width: 100%;
  border: black 2px solid;
}

#gameButton {
  width: 100%;
  height: 480px;
  border: black 2px solid;
  background-color: bisque;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#safari {
  width: 100%;
  height: 280px;
  border: black 2px solid;
  background-color: bisque;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
